|
Server IP : 168.119.101.163 / Your IP : 216.73.217.54 Web Server : Apache/2 System : Linux web02.webzuiver.nl 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : equine ( 1027) PHP Version : 8.1.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0755) : /home/equine/domains/praktijkequine.nl/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
-- MariaDB dump 10.19 Distrib 10.4.25-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: equine_wp1
-- ------------------------------------------------------
-- Server version 10.4.25-MariaDB
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_events`
--
DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_events` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_data` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_events`
--
LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_notes`
--
DROP TABLE IF EXISTS `wp_e_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_notes` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`route_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Clean url where the note was created.',
`route_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
`post_id` bigint(20) unsigned DEFAULT NULL,
`element_id` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
`parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`author_id` bigint(20) unsigned DEFAULT NULL,
`author_display_name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
`status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`position` text COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
`content` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_resolved` tinyint(1) NOT NULL DEFAULT 0,
`is_public` tinyint(1) NOT NULL DEFAULT 1,
`last_activity_at` datetime DEFAULT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `route_url_index` (`route_url`(191)),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `parent_id_index` (`parent_id`),
KEY `author_id_index` (`author_id`),
KEY `status_index` (`status`),
KEY `is_resolved_index` (`is_resolved`),
KEY `is_public_index` (`is_public`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_notes`
--
LOCK TABLES `wp_e_notes` WRITE;
/*!40000 ALTER TABLE `wp_e_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_notes_users_relations`
--
DROP TABLE IF EXISTS `wp_e_notes_users_relations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_notes_users_relations` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
`note_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `type_index` (`type`),
KEY `note_id_index` (`note_id`),
KEY `user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_notes_users_relations`
--
LOCK TABLES `wp_e_notes_users_relations` WRITE;
/*!40000 ALTER TABLE `wp_e_notes_users_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_notes_users_relations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_submissions`
--
DROP TABLE IF EXISTS `wp_e_submissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`hash_id` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
`main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
`post_id` bigint(20) unsigned NOT NULL,
`referer` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL,
`referer_title` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`element_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
`form_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
`campaign_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip` varchar(46) COLLATE utf8mb4_unicode_ci NOT NULL,
`user_agent` text COLLATE utf8mb4_unicode_ci NOT NULL,
`actions_count` int(11) DEFAULT 0,
`actions_succeeded_count` int(11) DEFAULT 0,
`status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
`meta` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash_id_unique_index` (`hash_id`),
KEY `main_meta_id_index` (`main_meta_id`),
KEY `hash_id_index` (`hash_id`),
KEY `type_index` (`type`),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `campaign_id_index` (`campaign_id`),
KEY `user_id_index` (`user_id`),
KEY `user_ip_index` (`user_ip`),
KEY `status_index` (`status`),
KEY `is_read_index` (`is_read`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `referer_index` (`referer`(191)),
KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_submissions`
--
LOCK TABLES `wp_e_submissions` WRITE;
/*!40000 ALTER TABLE `wp_e_submissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_submissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_submissions_actions_log`
--
DROP TABLE IF EXISTS `wp_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_actions_log` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint(20) unsigned NOT NULL,
`action_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
`action_label` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
`log` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `action_name_index` (`action_name`),
KEY `status_index` (`status`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_submissions_actions_log`
--
LOCK TABLES `wp_e_submissions_actions_log` WRITE;
/*!40000 ALTER TABLE `wp_e_submissions_actions_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_submissions_actions_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_submissions_values`
--
DROP TABLE IF EXISTS `wp_e_submissions_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_values` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`key` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_submissions_values`
--
LOCK TABLES `wp_e_submissions_values` WRITE;
/*!40000 ALTER TABLE `wp_e_submissions_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_submissions_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1034 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://praktijkequine.dev01.webzuiver.nl','yes'),(2,'home','https://praktijkequine.dev01.webzuiver.nl','yes'),(3,'blogname','Praktijk Equine','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','support@webzuiver.nl','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','','yes'),(20,'default_ping_status','','yes'),(21,'default_pingback_flag','','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','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%category%/%postname%/','yes'),(29,'rewrite_rules','a:117:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:5:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:31:\"elementor-pro/elementor-pro.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";i:4;s:41:\"password-protected/password-protected.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','hello-elementor','yes'),(41,'stylesheet','hello-elementor','yes'),(42,'comment_registration','1','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','yes'),(47,'uploads_use_yearmonth_folders','','yes'),(48,'upload_path','wp-content/uploads','yes'),(49,'blog_public','0','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','','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','','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:1;a: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:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','2','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','12','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','1680522948','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,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:68:{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:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{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:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:8:{i:1668416148;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:1668426948;a:5:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1668426950;a:3:{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;}}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:1668426965;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:1668427089;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1668427094;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1668686148;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{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:1:{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'),(123,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1664971163;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'),(126,'https_detection_errors','a:1:{s:19:\"bad_response_source\";a:1:{i:0;s:54:\"Het lijkt erop dat de reactie niet van deze site kwam.\";}}','yes'),(139,'_transient_update_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(140,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(143,'limit_login_activation_timestamp','1664970953','no'),(144,'limit_login_notice_enable_notify_timestamp','1662206153','no'),(150,'can_compress_scripts','0','no'),(173,'finished_updating_comment_type','1','yes'),(174,'recently_activated','a:0:{}','yes'),(193,'ai1wm_secret_key','Si5NR3eI3NGo','yes'),(194,'elementor_active_kit','6','yes'),(197,'elementor_version','3.8.0','yes'),(198,'elementor_install_history','a:3:{s:5:\"3.7.1\";i:1667547016;s:5:\"3.7.8\";i:1664971094;s:5:\"3.8.0\";i:1667992928;}','yes'),(199,'elementor_events_db_version','1.0.0','no'),(201,'elementor_onboarded','1','yes'),(202,'_elementor_installed_time','1664971100','yes'),(203,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:825:{i:0;a:16:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic | Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:16:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:16:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:16:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:16:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:16:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:16:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:16:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:16:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:16:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:16:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:16:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:16:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:16:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:16:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:16:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:16:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:16:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:16:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:16:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:16:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:16:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:16:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic | Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:16:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:16:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic | Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:16:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:16:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:16:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:16:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:162;a:16:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:16:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:165;a:16:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:16:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:16:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:16:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture – Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:176;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:181;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:183;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:16:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:187;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:191;a:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:16:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:196;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:16:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:16:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner – Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:201;a:16:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:204;a:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:16:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:207;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:16:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:211;a:16:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:213;a:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:216;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:218;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:223;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:16:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:225;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:228;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:16:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:232;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:16:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:16:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:16:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:16:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:16:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:16:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:16:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:290;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:16:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:16:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:16:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:16:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:354;a:16:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:16:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:16:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:16:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:16:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:16:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:16:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:16:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:16:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:16:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:16:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:16:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:16:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:16:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:16:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:16:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:16:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:16:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:16:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:16:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:16:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:16:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:16:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:16:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:16:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:16:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:678;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:686;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(204,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:47:\"The Complete Guide To Design Project Management\";s:7:\"excerpt\";s:347:\"Successful web creators understand that design and systems must work side by side for people to deliver high-quality work without burning out. In this guide, we will explore the practical steps you can take to shut down time-wasting activities and frustration. Say no to scope creep and build a no-fail framework that can pivot for the unexpected.\";s:7:\"created\";i:1655196509;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:131:\"https://elementor.com/blog/design-project-management-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:30:\"Elementor Websites of May 2022\";s:7:\"excerpt\";s:315:\"May’s marvelous showcase offers a taste of new design trends and reimagined retro themes that will activate your artistic mind. Hear the sound of music festivals, awaken the entrepreneurial spirit, rediscover the joy of childhood learning, glide through skateparks, and rejuvenate with a splash of the Aegean Sea.\";s:7:\"created\";i:1655101192;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:117:\"https://elementor.com/blog/showcase-may-2022/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(211,'_site_transient_ai1wm_last_check_for_updates','1668396210','no'),(212,'ai1wm_updater','a:0:{}','yes'),(213,'password_protected_version','2.5.3','yes'),(214,'password_protected_status','1','yes'),(215,'password_protected_feeds','0','yes'),(216,'password_protected_rest','0','yes'),(217,'password_protected_administrators','1','yes'),(218,'password_protected_users','0','yes'),(219,'password_protected_allowed_ip_addresses','77.168.101.212','yes'),(220,'password_protected_remember_me_lifetime','14','yes'),(227,'current_theme','Hello Elementor','yes'),(228,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:9;}','yes'),(229,'theme_switched','','yes'),(230,'hello_theme_version','2.6.1','yes'),(253,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":4,\"critical\":0}','yes'),(351,'WPLANG','nl_NL','yes'),(488,'widget_recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(489,'widget_recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(496,'site_logo','9','yes'),(505,'elementor_log','a:22:{s:32:\"6cfa4e650ed2dce538a5916513a9e468\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-03 16:00:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-03 16:00:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"8390e4c2fde192979d5c5d27f399c0f8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-03 16:00:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-03 16:00:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c5097dc38ff6348a588a4a03c68be1f5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-03 16:00:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-03 16:00:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0178695577c19bfe4d781d3b0e267a72\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-03 16:00:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-03 16:00:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"df574fc352e1a770d56eb3ff9c604fe3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-03 16:00:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-03 16:00:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b0e8141814d485d01fe9a8264996c03e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-03 16:00:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:5:\"3.8.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-03 16:00:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:5:\"3.8.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"36944d8687cc9021d2c1138af713588f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-03 16:00:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:5:\"3.8.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-03 16:00:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:5:\"3.8.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"358d4023e7354da82ae9dbff00d8265a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-04 07:30:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-04 07:30:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"687ca3b73f0b1e0df2466965aa2d48f6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-04 07:30:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-04 07:30:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"fd0fb9661e299a39702946a158e1101b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-04 07:30:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-04 07:30:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"96455fb7b41384b7fc1401edcce850a7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-04 07:30:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-04 07:30:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"6b14d8b51189a633b9c5c85e82cd3683\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-04 07:30:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-04 07:30:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f030fb5a672924df14f58059bd079e19\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-04 07:30:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.8.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-04 07:30:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.8.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1cfdd32e40f4f22c3a1241ed65a415a4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-04 07:30:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.8.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-04 07:30:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.8.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:131:\"/home/equine/domains/praktijkequine.dev01.webzuiver.nl/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2022-11-04 07:34:28\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2022-11-04 07:34:28\";i:1;s:19:\"2022-11-04 08:37:52\";i:2;s:19:\"2022-11-04 09:49:08\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:131:\"/home/equine/domains/praktijkequine.dev01.webzuiver.nl/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}s:32:\"ab7c7e045dcb8c60c9b8c02885cf0f2c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"51824\";s:7:\"\0*\0file\";s:238:\"https://praktijkequine.dev01.webzuiver.nl/wp-admin/load-scripts.php?c=0&loadchunk_0=underscore,jquery-core,jquery-migrate,backbone,jquery-ui-core,jquery-ui-mouse,wp-api-request,regenerator-runtime,wp-polyfill,wp-&loadchunk_1=hooks&ver=6.1\";s:7:\"\0*\0line\";s:1:\"4\";s:7:\"\0*\0date\";s:19:\"2022-11-04 08:29:26\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading \\'replace\\')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2022-11-04 08:29:26\";i:1;s:19:\"2022-11-04 09:33:12\";i:2;s:19:\"2022-11-04 09:34:16\";i:3;s:19:\"2022-11-04 09:36:42\";i:4;s:19:\"2022-11-04 09:37:13\";i:5;s:19:\"2022-11-04 09:37:57\";i:6;s:19:\"2022-11-14 08:06:42\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1667550566\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \\\'replace\\\')\";s:3:\"url\";s:238:\"https://praktijkequine.dev01.webzuiver.nl/wp-admin/load-scripts.php?c=0&loadchunk_0=underscore,jquery-core,jquery-migrate,backbone,jquery-ui-core,jquery-ui-mouse,wp-api-request,regenerator-runtime,wp-polyfill,wp-&loadchunk_1=hooks&ver=6.1\";s:4:\"line\";s:1:\"4\";s:6:\"column\";s:5:\"51824\";}}s:32:\"86261fed63aaed6a360c4126c665ec75\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"769459\";s:7:\"\0*\0file\";s:104:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.8.0\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2022-11-04 08:47:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading \\'localized\\')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2022-11-04 08:47:33\";i:1;s:19:\"2022-11-04 08:47:34\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1667551653\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \\\'localized\\\')\";s:3:\"url\";s:104:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.8.0\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"769459\";}}s:32:\"26794564a3879ed7501932eade26bf9b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-09 11:22:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-09 11:22:08\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e319b929c7798dc31c0f2e6bc8a0cbf0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-09 11:22:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-09 11:22:08\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a2f7aa19d1d6b7571006e0e3ac726565\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-09 11:22:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-09 11:22:08\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2d2c967af00d285f916ae1d238e6814f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-09 11:22:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.0\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-09 11:22:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.0\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"07f7f8f3436160736b866929786cd888\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-09 11:22:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.0\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-09 11:22:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.0\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(525,'elementor_pro_version','3.8.1','yes'),(526,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(527,'_elementor_pro_installed_time','1667491264','yes'),(528,'elementor_submissions_db_version','5','yes'),(529,'elementor_connect_site_key','06f3f5eb00889a964658f38de1dddd09','yes'),(530,'elementor_allow_tracking','yes','yes'),(531,'elementor_tracker_last_send','1668223331','yes'),(536,'elementor_pro_license_key','c437267d13fcf8fc3c7e0e2231327cb1','yes'),(537,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1668497753;s:5:\"value\";s:207:\"{\"expires\":\"2023-06-18 00:19:15\",\"subscription_id\":8386915,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(538,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1668454553;s:5:\"value\";s:207:\"{\"expires\":\"2023-06-18 00:19:15\",\"subscription_id\":8386915,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(539,'elementor_notes_db_version','5','yes'),(542,'elementor_custom_icon_sets_config','a:0:{}','yes'),(553,'_elementor_pro_api_requests_lock','a:2:{s:11:\"get_version\";i:1667999135;s:16:\"get_license_data\";i:1668411353;}','yes'),(601,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(602,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(603,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(608,'elementor_pro_theme_builder_conditions','a:3:{s:14:\"elementor_head\";a:1:{i:123;a:1:{i:0;s:15:\"include/general\";}}s:6:\"footer\";a:1:{i:54;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:16;a:1:{i:0;s:15:\"include/general\";}}}','yes'),(611,'elementor_controls_usage','a:3:{s:6:\"footer\";a:6:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:15:\"position_mobile\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:7:{s:13:\"primary_color\";i:2;s:15:\"secondary_color\";i:2;s:21:\"hover_secondary_color\";i:2;s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:6:\"rotate\";i:2;}s:21:\"section_style_content\";a:11:{s:10:\"text_align\";i:2;s:26:\"content_vertical_alignment\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:2;s:4:\"view\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_font_weight\";i:2;}s:17:\"section_icon_list\";a:3:{s:17:\"icon_align_mobile\";i:2;s:7:\"divider\";i:1;s:14:\"divider_height\";i:1;}}}}}s:6:\"header\";a:4:{s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"align\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:5:\"space\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:1;}s:18:\"section_text_style\";a:5:{s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"z_index\";i:1;}}}}}s:7:\"wp-page\";a:7:{s:6:\"column\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:11:\"header_size\";i:5;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;s:11:\"title_color\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:2;s:9:\"icon_size\";i:2;}s:18:\"section_text_style\";a:4:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:27:\"icon_typography_font_weight\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:17:\"button_text_color\";i:4;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_element_width\";i:2;}}}}}}','no'),(617,'elementor_fonts_manager_font_types','a:1:{s:26:\"Eastman Alternate Variable\";s:6:\"custom\";}','yes'),(618,'elementor_fonts_manager_fonts','a:1:{s:26:\"Eastman Alternate Variable\";a:2:{s:9:\"font_face\";s:1351:\"@font-face {\n font-family: \'Eastman Alternate Variable\';\n font-style: normal;\n font-weight: normal;\n font-display: auto;\n src: url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff2\') format(\'woff2\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff\') format(\'woff\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Regular.ttf\') format(\'truetype\');\n}\n@font-face {\n font-family: \'Eastman Alternate Variable\';\n font-style: normal;\n font-weight: bold;\n font-display: auto;\n src: url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff2\') format(\'woff2\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff\') format(\'woff\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Bold.ttf\') format(\'truetype\');\n}\n@font-face {\n font-family: \'Eastman Alternate Variable\';\n font-style: normal;\n font-weight: 100;\n font-display: auto;\n src: url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff2\') format(\'woff2\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff\') format(\'woff\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Light.ttf\') format(\'truetype\');\n}\n\";s:7:\"post_id\";i:23;}}','yes'),(638,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(800,'_site_transient_timeout_browser_f981dd2164895fca9576214ea5750ede','1668597575','no'),(801,'_site_transient_browser_f981dd2164895fca9576214ea5750ede','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"16.1\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(816,'_elementor_settings_update_time','1667992817','yes'),(817,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(818,'elementor_disable_color_schemes','','yes'),(819,'elementor_disable_typography_schemes','','yes'),(820,'elementor_google_maps_api_key','','yes'),(821,'elementor_pro_recaptcha_site_key','','yes'),(822,'elementor_pro_recaptcha_secret_key','','yes'),(823,'elementor_pro_recaptcha_v3_site_key','6LcA0vAiAAAAAP2Z0iMmW1E4u1QQJM3HNNf8E_gf','yes'),(824,'elementor_pro_recaptcha_v3_secret_key','6LcA0vAiAAAAAH5gLfs-VBMHigpmVDgGAILkf9RL','yes'),(825,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(826,'elementor_pro_facebook_app_id','','yes'),(827,'elementor_pro_mailchimp_api_key','','yes'),(828,'elementor_validate_api_data','','yes'),(829,'elementor_pro_drip_api_token','','yes'),(830,'elementor_pro_activecampaign_api_key','','yes'),(831,'elementor_pro_activecampaign_api_url','','yes'),(832,'elementor_pro_getresponse_api_key','','yes'),(833,'elementor_pro_convertkit_api_key','','yes'),(834,'elementor_pro_mailerlite_api_key','','yes'),(835,'elementor_typekit-kit-id','','yes'),(836,'elementor_font_awesome_pro_kit_id','','yes'),(837,'elementor_pro_stripe_test_secret_key','','yes'),(838,'elementor_validate_stripe_api_test_secret_key_button','','yes'),(839,'elementor_pro_stripe_live_secret_key','','yes'),(840,'elementor_validate_stripe_api_live_secret_key_button','','yes'),(841,'elementor_stripe_legal_disclaimer','','yes'),(842,'elementor_css_print_method','external','yes'),(843,'elementor_editor_break_lines','','yes'),(844,'elementor_unfiltered_files_upload','','yes'),(845,'elementor_font_display','auto','yes'),(846,'elementor_load_fa4_shim','','yes'),(847,'elementor_experiment-e_optimized_css_loading','default','yes'),(848,'elementor_experiment-e_font_icon_svg','default','yes'),(849,'elementor_experiment-container','default','yes'),(850,'elementor_experiment-page-transitions','default','yes'),(851,'elementor_experiment-loop','default','yes'),(852,'elementor_experiment-e_dom_optimization','default','yes'),(853,'elementor_experiment-e_optimized_assets_loading','default','yes'),(854,'elementor_experiment-a11y_improvements','default','yes'),(855,'elementor_experiment-additional_custom_breakpoints','default','yes'),(856,'elementor_experiment-e_import_export','default','yes'),(857,'elementor_experiment-e_hidden_wordpress_widgets','default','yes'),(858,'elementor_experiment-theme_builder_v2','default','yes'),(859,'elementor_experiment-hello-theme-header-footer','default','yes'),(860,'elementor_experiment-landing-pages','default','yes'),(861,'elementor_experiment-elements-color-picker','default','yes'),(862,'elementor_experiment-favorite-widgets','default','yes'),(863,'elementor_experiment-admin-top-bar','default','yes'),(864,'elementor_experiment-notes','default','yes'),(865,'elementor_experiment-form-submissions','default','yes'),(866,'elementor_experiment-e_scroll_snap','default','yes'),(876,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/nl_NL/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"nl_NL\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/nl_NL/wordpress-6.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1668396211;s:15:\"version_checked\";s:3:\"6.1\";s:12:\"translations\";a:0:{}}','no'),(877,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1668396210;s:8:\"response\";a:1:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.67\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.67.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2804332\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2804332\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:43:\"w.org/plugins/limit-login-attempts-reloaded\";s:4:\"slug\";s:29:\"limit-login-attempts-reloaded\";s:6:\"plugin\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:11:\"new_version\";s:6:\"2.25.8\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/limit-login-attempts-reloaded/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.2.25.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-256x256.png?rev=2456910\";s:2:\"1x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-128x128.png?rev=2456910\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-1544x500.png?rev=2456910\";s:2:\"1x\";s:84:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-772x250.png?rev=2456910\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:41:\"password-protected/password-protected.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/password-protected\";s:4:\"slug\";s:18:\"password-protected\";s:6:\"plugin\";s:41:\"password-protected/password-protected.php\";s:11:\"new_version\";s:5:\"2.5.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/password-protected/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/password-protected.2.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/password-protected/assets/icon-256x256.png?rev=2724659\";s:2:\"1x\";s:71:\"https://ps.w.org/password-protected/assets/icon-128x128.png?rev=2724659\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/password-protected/assets/banner-1544x500.png?rev=2724659\";s:2:\"1x\";s:73:\"https://ps.w.org/password-protected/assets/banner-772x250.png?rev=2724659\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.7.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"19.10\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.10.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"5.9\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":18:{s:14:\"stable_version\";s:5:\"3.8.1\";s:12:\"last_updated\";s:19:\"2022-05-10 14:03:37\";s:11:\"new_version\";s:5:\"3.8.1\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:230:\"https://plugin-downloads.elementor.com/v1/plugin/package_download/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjVmNjVkMDRjNmU2ZTdiZGRlY2IyMTBjZTZhNDEzOWQ4Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5sOjA=\";s:13:\"download_link\";s:230:\"https://plugin-downloads.elementor.com/v1/plugin/package_download/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjVmNjVkMDRjNmU2ZTdiZGRlY2IyMTBjZTZhNDEzOWQ4Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5sOjA=\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:235:\"https://plugin-downloads.elementor.com/v1/plugin/previous_download/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjMuNy4wOjAxNDEwNjQ4MmIzYTE4MmNiMThkZjQzYmU0YTVkNmM0Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5s\";s:13:\"download_link\";s:235:\"https://plugin-downloads.elementor.com/v1/plugin/previous_download/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjMuNy4wOjAxNDEwNjQ4MmIzYTE4MmNiMThkZjQzYmU0YTVkNmM0Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5s\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:12:\"translations\";a:0:{}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:7:\"checked\";a:8:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.67\";s:23:\"elementor/elementor.php\";s:5:\"3.8.0\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"3.8.1\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:6:\"2.25.8\";s:41:\"password-protected/password-protected.php\";s:5:\"2.5.3\";s:23:\"wordfence/wordfence.php\";s:5:\"7.7.1\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.9.1\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"19.10\";}}','no'),(878,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1668396211;s:7:\"checked\";a:2:{s:15:\"hello-elementor\";s:5:\"2.6.1\";s:17:\"twentytwentythree\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.2.6.1.zip\";s:8:\"requires\";s:3:\"4.7\";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.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(879,'password_protected_password','c0b5712d66f67b122248eb416cb9983d','yes'),(887,'elementor_pro_remote_info_api_data_3.8.1','a:2:{s:7:\"timeout\";i:1668042335;s:5:\"value\";s:176550:\"{\"stable_version\":\"3.8.1\",\"last_updated\":\"2022-05-10 14:03:37\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:164345:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.8.1 - 2022-11-07<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated ([#19553] (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553<\\/a>))<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes characher is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629]\\\">#18629<\\/a><\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"#11475\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475<\\/a><\\/a>, <a href=\\\"#10690\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690<\\/a><\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.8.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/package_download\\/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjVmNjVkMDRjNmU2ZTdiZGRlY2IyMTBjZTZhNDEzOWQ4Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5sOjA=\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/package_download\\/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjVmNjVkMDRjNmU2ZTdiZGRlY2IyMTBjZTZhNDEzOWQ4Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5sOjA=\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/previous_download\\/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjMuNy4wOjAxNDEwNjQ4MmIzYTE4MmNiMThkZjQzYmU0YTVkNmM0Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5s\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v1\\/plugin\\/previous_download\\/MTY2ODA4NTUzNTpjNDM3MjY3ZDEzZmNmOGZjM2M3ZTBlMjIzMTMyN2NiMToxOjMuNy4wOjAxNDEwNjQ4MmIzYTE4MmNiMThkZjQzYmU0YTVkNmM0Omh0dHBzQC8vcHJha3RpamtlcXVpbmUuZGV2MDEud2VienVpdmVyLm5s\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','no'),(890,'limit_login_retries_stats','a:1:{s:10:\"2022-11-09\";i:1;}','no'),(891,'limit_login_lockouts','a:0:{}','yes'),(892,'limit_login_logged','a:0:{}','yes'),(893,'limit_login_retries','a:1:{s:14:\"77.168.101.212\";i:1;}','yes'),(894,'limit_login_retries_valid','a:1:{s:14:\"77.168.101.212\";i:1668085536;}','yes'),(966,'_transient_timeout_elementor_rollback_versions_3.8.0','1668828132','no'),(967,'_transient_elementor_rollback_versions_3.8.0','a:30:{i:0;s:5:\"3.7.8\";i:1;s:5:\"3.7.7\";i:2;s:5:\"3.7.6\";i:3;s:5:\"3.7.5\";i:4;s:5:\"3.7.4\";i:5;s:5:\"3.7.3\";i:6;s:5:\"3.7.2\";i:7;s:5:\"3.7.1\";i:8;s:5:\"3.7.0\";i:9;s:5:\"3.6.8\";i:10;s:5:\"3.6.7\";i:11;s:5:\"3.6.6\";i:12;s:5:\"3.6.5\";i:13;s:5:\"3.6.4\";i:14;s:5:\"3.6.3\";i:15;s:5:\"3.6.2\";i:16;s:5:\"3.6.1\";i:17;s:5:\"3.6.0\";i:18;s:5:\"3.5.6\";i:19;s:5:\"3.5.5\";i:20;s:5:\"3.5.4\";i:21;s:5:\"3.5.3\";i:22;s:5:\"3.5.2\";i:23;s:5:\"3.5.1\";i:24;s:5:\"3.5.0\";i:25;s:5:\"3.4.8\";i:26;s:5:\"3.4.7\";i:27;s:5:\"3.4.6\";i:28;s:5:\"3.4.5\";i:29;s:5:\"3.4.4\";}','no'),(980,'_site_transient_timeout_theme_roots','1668398010','no'),(981,'_site_transient_theme_roots','a:2:{s:15:\"hello-elementor\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no'),(983,'_site_transient_timeout_available_translations','1668422143','no'),(984,'_site_transient_available_translations','a:129:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 13:58:35\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.22/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-31 19:09:15\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-08-09 10:47:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-13 14:46:37\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-12 17:43:13\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-25 14:15:25\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-09 12:50:25\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 17:31:02\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-13 12:54:56\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-13 01:36:21\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 17:33:39\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-08 21:06:49\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-09 10:47:19\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-21 02:51:54\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-10 21:58:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-09-29 20:39:44\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 07:27:03\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-10 18:26:21\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-10 19:19:07\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 23:25:26\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-06 17:58:56\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.17/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-07 20:37:41\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-22 14:08:10\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-09 19:36:15\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-14 06:24:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 02:53:22\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-26 17:27:26\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-06 16:00:35\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 22:13:08\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 06:07:46\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.29\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.29/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 09:16:06\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 10:30:04\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-18 19:40:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 13:33:18\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-13 21:33:05\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 10:05:34\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 02:42:55\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-24 08:01:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 12:58:16\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.17/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-26 10:32:24\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.6/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-01 13:10:23\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-03 17:14:10\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.11\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.11/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 01:42:08\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 07:26:22\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-07 11:49:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-12 16:53:57\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-09-30 06:51:35\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-02 06:41:43\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.30\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.30/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-08-09 12:26:21\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 11:26:05\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 19:12:52\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-10 18:05:47\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-10 18:05:12\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.12/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 19:49:47\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-06 09:43:42\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-11 12:48:55\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-10-30 08:43:36\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-10 18:05:14\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.14\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.14/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.21/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-04 23:05:35\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-11 15:51:48\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.12/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-08 06:12:14\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-01 09:56:00\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-11-13 17:31:17\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"6.1\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(985,'_site_transient_timeout_browser_f3997c2268393c3e44db9d6171c7d192','1669016153','no'),(986,'_site_transient_browser_f3997c2268393c3e44db9d6171c7d192','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"107.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(987,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1669016154','no'),(988,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(989,'_transient_timeout_elementor_remote_info_api_data_3.8.0','1668454554','no'),(990,'_transient_elementor_remote_info_api_data_3.8.0','a:4:{s:9:\"timestamp\";s:10:\"1668411287\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(991,'_site_transient_timeout_community-events-3c0c70c4088069dc89999aef245f4882','1668454555','no'),(992,'_site_transient_community-events-3c0c70c4088069dc89999aef245f4882','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"77.168.101.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:23:\"WordPress Meetup Zwolle\";s:3:\"url\";s:63:\"https://www.meetup.com/zwolle-wordpress-meetup/events/289165979\";s:6:\"meetup\";s:23:\"WordPress Meetup Zwolle\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Zwolle-WordPress-Meetup/\";s:4:\"date\";s:19:\"2022-12-08 18:45:00\";s:8:\"end_date\";s:19:\"2022-12-08 20:55:00\";s:20:\"start_unix_timestamp\";i:1670521500;s:18:\"end_unix_timestamp\";i:1670529300;s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Zwolle, Netherlands\";s:7:\"country\";s:2:\"nl\";s:8:\"latitude\";d:52.508583;s:9:\"longitude\";d:6.093302;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Amsterdam\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-amsterdam/events/287189128\";s:6:\"meetup\";s:26:\"WordPress Meetup Amsterdam\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-amsterdam/\";s:4:\"date\";s:19:\"2023-01-11 19:00:00\";s:8:\"end_date\";s:19:\"2023-01-11 21:00:00\";s:20:\"start_unix_timestamp\";i:1673460000;s:18:\"end_unix_timestamp\";i:1673467200;s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Amsterdam, NH, Netherlands\";s:7:\"country\";s:2:\"NL\";s:8:\"latitude\";d:52.37;s:9:\"longitude\";d:4.89;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:23:\"WordPress Meetup Zwolle\";s:3:\"url\";s:63:\"https://www.meetup.com/zwolle-wordpress-meetup/events/289621251\";s:6:\"meetup\";s:23:\"WordPress Meetup Zwolle\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Zwolle-WordPress-Meetup/\";s:4:\"date\";s:19:\"2023-01-12 18:45:00\";s:8:\"end_date\";s:19:\"2023-01-12 20:55:00\";s:20:\"start_unix_timestamp\";i:1673545500;s:18:\"end_unix_timestamp\";i:1673553300;s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Zwolle, Netherlands\";s:7:\"country\";s:2:\"nl\";s:8:\"latitude\";d:52.508583;s:9:\"longitude\";d:6.093302;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Amsterdam\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-amsterdam/events/287189136\";s:6:\"meetup\";s:26:\"WordPress Meetup Amsterdam\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-amsterdam/\";s:4:\"date\";s:19:\"2023-03-08 19:00:00\";s:8:\"end_date\";s:19:\"2023-03-08 21:00:00\";s:20:\"start_unix_timestamp\";i:1678298400;s:18:\"end_unix_timestamp\";i:1678305600;s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Amsterdam, NH, Netherlands\";s:7:\"country\";s:2:\"NL\";s:8:\"latitude\";d:52.37;s:9:\"longitude\";d:4.89;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Amsterdam\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-amsterdam/events/287189145\";s:6:\"meetup\";s:26:\"WordPress Meetup Amsterdam\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-amsterdam/\";s:4:\"date\";s:19:\"2023-05-23 19:00:00\";s:8:\"end_date\";s:19:\"2023-05-23 21:00:00\";s:20:\"start_unix_timestamp\";i:1684861200;s:18:\"end_unix_timestamp\";i:1684868400;s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Amsterdam, NH, Netherlands\";s:7:\"country\";s:2:\"NL\";s:8:\"latitude\";d:52.37;s:9:\"longitude\";d:4.89;}}}}','no'),(993,'_transient_timeout_feed_c326b61060938210a1df3d05d623467e','1668454556','no'),(994,'_transient_feed_c326b61060938210a1df3d05d623467e','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:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Blog | WordPress.org Nederlands\";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:24:\"https://nl.wordpress.org\";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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Nov 2022 11:52:54 +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:2:\"nl\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.2-alpha-54833\";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:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\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:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";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:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Blog | WordPress.org Nederlands\";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:24:\"https://nl.wordpress.org\";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:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";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:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";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:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress 6.1 “Misha” is vrijgegeven\";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:71:\"https://nl.wordpress.org/2022/11/01/wordpress-6-1-misha-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://nl.wordpress.org/2022/11/01/wordpress-6-1-misha-is-vrijgegeven/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Nov 2022 10:11: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:1:{i:0;a:5:{s:4:\"data\";s:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1227\";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:378:\"Afgelopen nacht is WordPress 6.1 vrijgegeven. Hier lichten we enkele van de belangrijkste wijzigingen in het product sinds de release van WordPress 6.0 in mei 2022. Je vind er ook bronnen voor ontwikkelaars en iedereen die een dieper inzicht in WordPress wil krijgen. Een nieuw standaardthema met 10 verschillende stijlvariaties Voortbordurend op de basiselementen van […]\";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:15:\"Remkus de Vries\";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:15884:\"\n<p>Afgelopen nacht is WordPress 6.1 vrijgegeven. Hier lichten we enkele van de belangrijkste wijzigingen in het product sinds de release van WordPress 6.0 in mei 2022. Je vind er ook bronnen voor ontwikkelaars en iedereen die een dieper inzicht in WordPress wil krijgen.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-3\">\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/6.1/about-61-style-variations.webp\" alt=\"\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-extra-large-font-size\"><strong>Een nieuw standaardthema met 10 verschillende stijlvariaties</strong></p>\n\n\n\n<p>Voortbordurend op de basiselementen van de 5.9 en 6.0 releases voor blokthema’s en stijlvariaties, bevat het nieuwe standaardthema, Twenty Twenty-Three, <a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">10 verschillende stijlen</a> en is “ <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">Toegankelijkheidsgereed</a> ”.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-6\">\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-extra-large-font-size\"><strong>Een betere ervaring voor makers met verfijnde en aanvullende templates</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">Nieuwe templates</a> bevatten een aangepaste template voor berichten en pagina’s in de site-editor. Tools voor zoeken en vervangen versnellen het ontwerpen van <a href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\">template onderdelen</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/6.1/about-61-templates.webp\" alt=\"\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-9\">\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/6.1/about-61-design-tools.webp\" alt=\"\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-extra-large-font-size\"><strong>Meer consistentie en controle over alle ontwerpgereedschappen</strong></p>\n\n\n\n<p>Upgrades van de <a href=\"https://make.wordpress.org/core/2022/10/11/roster-of-design-tools-per-block/\">bedieningselementen voor ontwerpelementen en blokken</a> maken het proces voor de lay-out en het bouwen van een site consistenter, completer en intuïtiever.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-12\">\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-extra-large-font-size\"><strong>Menu’s zijn nu eenvoudiger te maken en te beheren</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/09/27/navigation-block-fallback-behavior-in-wp-6-1-dev-note/\">Nieuwe fallback opties</a> in het navigatieblok betekenen dat je het geopende menu kunt bewerken; geen zoeken nodig. Bovendien hebben de bedieningselementen voor het kiezen van en werken aan menu’s hun eigen plaats in de blok instellingen. Het mobiele menusysteem krijgt ook een upgrade met nieuwe functies, waaronder verschillende pictogram opties, om het menu je eigen te maken.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/6.1/about-61-navigation.webp\" alt=\"\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-15\">\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/6.1/about-61-document-settings.webp\" alt=\"\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/6.1/about-61-lock.webp\" alt=\"\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-18\">\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-extra-large-font-size\"><strong>Verbeterde lay-out en visualisatie van documentinstellingen</strong></p>\n\n\n\n<p>Een duidelijkere, beter georganiseerde weergave helpt je om gemakkelijk belangrijke bericht- en pagina-instellingen te bekijken en te beheren, met name de templatekiezer en planner.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-extra-large-font-size\"><strong>Vergrendeling instellingen met één klik voor alle binnenblokken</strong></p>\n\n\n\n<p>Wanneer je blokken vergrendelt, kun je met een nieuwe toggle je vergrendeling instellingen toepassen op alle blokken in een bevattend blok, zoals de groep, omslagafbeelding en kolom blokken.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Voeg starter patronen toe aan elk berichttype</h3>\n\n\n\n<p>In WordPress 6.0, wanneer je een nieuwe pagina maakte, zag je gesuggereerde patronen zodat je niet hoefde te beginnen met een lege pagina. In 6.1 zal je ook de starter patronen modal zien wanneer je een willekeurig nieuw berichttype maakt.</p>\n\n\n\n<h3>Sneller blokthema’s vinden</h3>\n\n\n\n<p>De thema’s directory heeft <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">een filter voor blokthema’s</a> en een patroon voorbeeld geeft een beter idee van hoe het thema eruit zou kunnen zien tijdens het verkennen van verschillende thema’s en patronen.</p>\n\n\n\n<h3>Bewaar je site-editor instellingen voor later</h3>\n\n\n\n<p>Site-editor instellingen zijn nu <a href=\"https://make.wordpress.org/core/2022/10/10/changes-to-block-editor-preferences-in-wordpress-6-1/\">permanent voor elke gebruiker</a>. Dit betekent dat je instellingen nu consistent zijn voor alle browsers en apparaten.</p>\n\n\n\n<h3>Een gestroomlijnd stijlsysteem</h3>\n\n\n\n<p>De CSS regels voor marge, padding, typografie, kleuren en randen binnen de <a href=\"https://make.wordpress.org/core/2022/10/10/block-styles-generation-style-engine/\">stijlen engine</a> staan nu allemaal op één plek. Hierdoor besteed je nu minder tijd aan lay-out specifieke taken en het helpt bij het genereren van semantische klasse namen.</p>\n\n\n\n<h3>Verbeterde toegankelijkheid van beheer en editor</h3>\n\n\n\n<p>Meer dan 40 verbeteringen in de toegankelijkheid zoals bijvoorbeeld het oplossen van problemen met focusverlies in de editor, het verbeteren van formulierlabels en hoorbare berichten, eenvoudig alternatieve tekst bewerken, en het repareren van de submenu overlap in de uitgebreide admin navigatie op kleinere schermformaten en hogere zoomniveaus. Leer meer informatie over <a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">toegankelijkheid in WordPress</a>.</p>\n\n\n\n<h3>Andere interessante opmerkingen</h3>\n\n\n\n<p>6.1 bevat een nieuwe time-to-read functie die auteurs de geschatte time-to-read waarden voor pagina’s, berichten en aangepaste berichttypen laat zien.</p>\n\n\n\n<p>De slogan van de site is standaard leeg op nieuwe sites, maar kan worden gewijzigd in <a href=\"https://ecowijs.nl/wp-admin/options-general.php\">Algemene instellingen</a>.</p>\n\n\n\n<p>Een nieuw ontwerp voor modals biedt een achtergrond vervagingseffect, waardoor het gemakkelijker wordt om je op de taak te concentreren.</p>\n\n\n\n<h3>Geüpdatet interface opties en functies</h3>\n\n\n\n<p>Updates omvatten <a href=\"https://make.wordpress.org/core/2022/10/10/styling-elements-in-block-themes/\">stijlelementen</a> globaal zoals knoppen, citaten en links; besturen van hoveren, actief en focus statussen voor links met behulp van theme.json (nog niet beschikbaar voor bediening in de interface); en het aanpassen van outline ondersteuning voor blokken en elementen, naast andere functies.</p>\n\n\n\n<h3>Voortdurende evolutie van lay-out opties</h3>\n\n\n\n<p>De standaard dimensies van de content in thema’s kunnen nu worden overschreven in de stijlen zijbalk, waardoor sitebouwers betere controle hebben over content over de volledige breedte. Ontwikkelaars hebben <a href=\"https://make.wordpress.org/core/2022/10/10/updated-editor-layout-support-in-6-1-after-refactor/\">gedetailleerde controle over deze besturingselementen</a>.</p>\n\n\n\n<h3>Blok template onderdelen in klassieke thema’s</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/\">Blok template onderdelen kunnen nu worden gedefinieerd in klassieke thema’s</a> door de juiste HTML-bestanden toe te voegen aan de <code>parts</code> folder in de root van het thema.</p>\n\n\n\n<h3>Uitgebreide ondersteuning voor query loop blokken</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/\">Met nieuwe filters kunnen</a> query blok variaties aangepaste query’s ondersteunen voor krachtigere variaties en geavanceerde filteropties voor hiërarchische berichttypen.</p>\n\n\n\n<h3>Filters voor al je stijlen</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/10/filters-for-theme-json-data/\">Maak gebruik van filters</a> in de zijbalk stijlen om instellingen op alle vier de niveaus van je site te beheren: core, thema, gebruiker of blok, van minder tot meer specifiek.</p>\n\n\n\n<h3>Afstandsinstellingen voor een sneller en consistent ontwerp</h3>\n\n\n\n<p>Bespaar tijd en vermijd het hard coderen van waarden in een thema met <a href=\"https://make.wordpress.org/core/2022/10/07/introduction-of-presets-across-padding-margin-and-block-gap/\">vooraf ingestelde marge en padding waarden voor meerdere blokken</a>.</p>\n\n\n\n<h3>Performance hoogtepunten</h3>\n\n\n\n<p>WordPress 6.1 loste meer dan 25 tickets op die waren bedoeld om de prestaties te verbeteren. Van de <a href=\"https://make.wordpress.org/core/2022/10/10/performance-improvements-to-the-rest-api/\">REST API</a> tot <a href=\"https://make.wordpress.org/core/2022/10/10/multisite-improvements-in-wordpress-6-1/\">multisite</a>, <a href=\"https://make.wordpress.org/core/2022/10/07/improvements-to-wp_query-performance-in-6-1/\"><code>WP_Query</code></a> tot <a href=\"https://make.wordpress.org/core/2022/10/07/improved-php-performance-for-core-blocks-registration/\">core blok registratie</a> en <a href=\"https://make.wordpress.org/core/2022/10/06/new-cache-site-health-checks-in-wordpress-6-1/\">nieuwe sitediagnose controles</a> tot de toevoeging van het <code>async</code> attribuut aan afbeeldingen, er zijn prestatieverbeteringen voor elk type site. Een volledig overzicht vindt je in de <a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance Field Guide</a>.</p>\n\n\n\n<p>Wees een van de eersten die de nieuwste verbeteringen ontvangt door de <a href=\"https://ecowijs.nl/wp-admin/plugin-install.php?s=slug%253Aperformance-lab&tab=search&type=term\">Performance Lab plug</a> in toe te voegen aan je WordPress testsite of sandbox.</p>\n\n\n\n<h3>Ondersteuning voor bewerken van inhoud voor containerblokken</h3>\n\n\n\n<p>Dankzij de <a href=\"https://make.wordpress.org/core/2022/10/11/content-locking-features-and-updates/\">content-only bewerken instellingen</a> kunnen lay-outs worden vergrendeld in containerblokken. In een blok met alleen inhoud zijn de subitems onzichtbaar voor de lijstweergave en kunnen ze volledig niet worden bewerkt. Dus je bepaalt de lay-out terwijl je schrijvers zich kunnen concentreren op de inhoud.</p>\n\n\n\n<p>Combineer het met blok vergrendelingsopties voor nog meer geavanceerde controle over je blokken.</p>\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-21\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://youtu.be/1w9oywSa6Hw\"><img decoding=\"async\" src=\"//www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23a)\'%3E%3Crect width=\'269\' height=\'163\' rx=\'4\' fill=\'%23FDFF85\'/%3E%3Cpath d=\'M238.84 130.043a1 1 0 0 0-1.524.852v8.21a1 1 0 0 0 1.524.852l6.671-4.105a1 1 0 0 0 0-1.703l-6.671-4.106Z\' fill=\'%231E1E1E\'/%3E%3Crect x=\'226.25\' y=\'120.25\' width=\'29.5\' height=\'29.5\' rx=\'2.75\' stroke=\'%231E1E1E\' stroke-width=\'1.5\'/%3E%3Cpath d=\'M99.597 127.44c-6.16 0-11.36-1.16-15.6-3.48-4.24-2.32-7.68-5.4-10.32-9.24-2.56-3.84-4.4-8.16-5.52-12.96A64.74 64.74 0 0 1 66.477 87c0-9.28 1.28-17.4 3.84-24.36 2.64-6.96 6.4-12.36 11.28-16.2 4.88-3.92 10.8-5.88 17.76-5.88 5.521 0 10.241 1.08 14.161 3.24s6.96 5.04 9.12 8.64c2.24 3.6 3.6 7.52 4.08 11.76h-11.88c-.72-4.16-2.44-7.36-5.16-9.6-2.72-2.24-6.2-3.36-10.44-3.36-5.84 0-10.68 2.76-14.52 8.28-3.76 5.44-5.76 13.84-6 25.2 1.92-3.52 4.88-6.52 8.88-9 4.08-2.48 8.76-3.72 14.04-3.72 4.72 0 9.12 1.12 13.2 3.36 4.16 2.24 7.52 5.4 10.08 9.48 2.64 4 3.96 8.76 3.96 14.28 0 4.88-1.2 9.48-3.6 13.8-2.4 4.32-5.8 7.84-10.2 10.56-4.32 2.64-9.48 3.96-15.48 3.96Zm-.72-11.04c3.361 0 6.361-.72 9.001-2.16 2.64-1.44 4.72-3.4 6.24-5.88 1.52-2.56 2.28-5.44 2.28-8.64 0-5.12-1.68-9.2-5.04-12.24-3.28-3.04-7.48-4.56-12.6-4.56-3.36 0-6.4.76-9.12 2.28-2.64 1.52-4.72 3.56-6.24 6.12-1.52 2.48-2.28 5.24-2.28 8.28 0 3.28.76 6.2 2.28 8.76 1.6 2.48 3.72 4.44 6.36 5.88 2.72 1.44 5.76 2.16 9.12 2.16Zm45.925 10.32c-2.4 0-4.4-.76-6-2.28-1.52-1.6-2.28-3.48-2.28-5.64 0-2.24.76-4.12 2.28-5.64 1.6-1.6 3.6-2.4 6-2.4s4.36.8 5.88 2.4c1.52 1.52 2.28 3.4 2.28 5.64 0 2.16-.76 4.04-2.28 5.64-1.52 1.52-3.48 2.28-5.88 2.28Zm26.814-.72V56.4l-13.56 3.12v-9.36l18.6-8.16h8.16v84h-13.2Z\' fill=\'%231E1E1E\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'a\'%3E%3Crect width=\'269\' height=\'163\' rx=\'4\' fill=\'%23fff\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A\" alt=\"\" /></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:66.66%\">\n<h3 class=\"has-extra-large-font-size\">Meer leren over WordPress 6.1</h3>\n\n\n\n<p>Bekijk WordPress 6.1 in actie! <a href=\"https://youtu.be/1w9oywSa6Hw\">Bekijk een korte overzichtsvideo</a> waarin enkele van de belangrijkste functies die debuteren in WordPress 6.1 worden uitgelicht.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-25\">\n<div class=\"wp-block-column is-layout-flow\">\n<p>Ontdek <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> voor tutorial video’s, online workshops, cursussen en lesplannen voor Meetup organisatoren, inclusief nieuwe functies in WordPress.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p>De laatste versie van de <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress field guide</a> bekijken. Het staat vol met gedetailleerde ontwikkelaars notities om je te helpen bouwen met WordPress.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p><a href=\"https://wordpress.org/support/wordpress-version/version-6-1/\">Lees de WordPress 6.1 release notes</a> voor meer informatie over de opgenomen verbeteringen en opgeloste problemen, installatie-informatie, reacties en bronnen van ontwikkelaars, medewerkers aan de release en de lijst met bestandswijzigingen in deze release.</p>\n</div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://nl.wordpress.org/2022/11/01/wordpress-6-1-misha-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WordPress 6.0 “Arturo” is vrijgegeven\";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:72:\"https://nl.wordpress.org/2022/05/25/wordpress-6-0-arturo-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://nl.wordpress.org/2022/05/25/wordpress-6-0-arturo-is-vrijgegeven/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2022 07:46:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1211\";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:363:\"Welcome to “Arturo” Verwelkom “Arturo”, oftewel WordPress 6.0, dat is geinspireerd op de met een Grammy-winnende Arturo O’Farrill. Hij staat bekend om zijn invloed op de moderne Latin jazz en heeft meer dan 15 albums uitgebracht in een periode van vijf decenia. Neem de tijd om WordPress 6.0 ter verkennen. Het is gemaakt om je […]\";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:15:\"Remkus de Vries\";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:10492:\"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" /></figure>\n\n\n\n<h2>Welcome to “Arturo”</h2>\n\n\n\n<p>Verwelkom “Arturo”, oftewel WordPress 6.0, dat is geinspireerd op de met een Grammy-winnende <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Hij staat bekend om zijn invloed op de moderne Latin jazz en heeft meer dan 15 albums uitgebracht in een periode van vijf decenia.</p>\n\n\n\n<p>Neem de tijd om WordPress 6.0 ter verkennen. Het is gemaakt om je te helpen om je creatieve ambities waar te maken en om het bouwen van je site intuitiever te maken. En luister ook eens naar Arturo’s inspirerende muziek die gaat van Afro-Cubaanse jazz tot moderne latin jazz, en nog veel meer.</p>\n\n\n\n<p>De tweede grote release van 2022, met bijna 1000 verbeteringen en opgeloste bugs, is er. En <a href=\"https://nl.wordpress.org/wordpress-6.0-nl_NL.zip\">je kan hem nu downloaden</a>! Vandaag de dag draait meer dan 42% van de websites wereldwijd op WordPress.<sup><a href=\"https://wordpress.org/news/wp-admin/post.php?post=12879&action=edit#footnote\">1</a></sup></p>\n\n\n\n<p> Website-eigenaren en -beheerders zouden moeten upgraden om meteen maximaal te profiteren van de vele verbeteringen op het gebied van stabiliteit, prestaties en gebruiksvriendelijkheid. Contentmakers kunnen genieten van een reeks nieuwe mogelijkheden die zijn gericht op het verbeteren van zowel de schrijf- als de ontwerpervaring in WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Het uitbreiden van Gutenberg naar een complete site-editorervaring in WordPress betekent dat alle problemen die de community moest oplossen ingewikkeld waren en verstrekkende gevolgen hadden. WordPress 6.0 is een voorbeeld van de toewijding van de community om deze moeilijke uitdagingen samen aan te gaan. Door de weldoordachte updates aan de schrijfervaring, het bouwen van betere blokfunctionaliteit en het toevoegen van een intuitieve nieuwe stijlswitcher ben ik echt trots op het werk dat in deze versie is gedaan om de ervaring bij het aanpassen van je site te verbeteren. </p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://nl.wordpress.org/wordpress-6.0-nl_NL.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>Wat zit er in?</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" /></figure>\n\n\n\n<h3>Verbeterde schrijfervaring</h3>\n\n\n\n<p>Er zijn verbeteringen voor het schrijven in overvloed, of je nou een volledige nieuw bericht schrijft of elementen toevoegt aan een bestaande pagina. Ontdek meer manieren om het maken van je content te stroomlijnen, zoals:</p>\n\n\n\n<ul><li>Selecteer tekst in meerdere blokken en bewerk deze in één keer.</li><li>Typ twee haakjes open <code>[[</code> om snel toegang te krijgen tot het linkmenu.</li><li>Behoud bestaande stijlen wanneer je bepaalde blokken transformeert van de ene soort naar de andere – bijvoorbeeld van een paragraaf blok naar een code blok.</li><li>Maak aangepaste knoppen en alle nieuwe knoppen die je maakt zullen de stijlaanpassingen automatisch behouden.</li><li>Maak tag clouds en sociale pictogrammen nog aantrekkelijker met geüpdate instellingen en bedieningselementen, en een nieuwe omtrekstijl voor de tag cloud.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" /></figure>\n\n\n\n<h3>Style Switching </h3>\n\n\n\n<p>Blokthema’s hebben nu de optie om meerdere stijlvariaties te bevatten. Dit breidt het nieuwe stijlsysteem nog verder uit en maakt het mogelijk om via shortcuts het uiterlijk van je site te veranderen, allemaal binnen één thema. Je kunt zowel de beschikbare instellingen veranderen, zoals het gewicht van het lettertype, als de stijlopties, zoals het standaard kleurenpalet. Verander het uiterlijk en de uitstraling van je site met slechts een paar klikken.</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-vivid-red-color has-alpha-channel-opacity has-vivid-red-background-color has-background is-style-wide\" />\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" /></figure>\n\n\n\n<h3>Meer Template opties</h3>\n\n\n\n<p>WordPress 6.0 bevat vijf nieuwe template-opties: auteur, datum, categorieën, tag en taxonomie. Deze extra templates bieden meer flexibiliteit voor makers van inhoud. Pas ze aan met de gereedschappen die je al kent of met de volgende nieuwe opties in deze release.: </p>\n\n\n\n<ul><li>Uitgelichte afbeeldingen kunnen gebruikt worden in het omslagafbeeldingsblok.</li><li>Tijdens het bewerken van een template, aan de basis of tussen blokken, toont de snelle invoegtoepassing je patronen en template-onderdelen om je te helpen sneller te werken en nieuwe lay-out-opties te ontdekken.</li><li>Het queryblok ondersteunt filteren op meerdere auteurs, ondersteuning voor aangepaste taxonomieën, en ondersteuning voor het aanpassen van wat er wordt getoond als er geen resultaten zijn.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" /></figure>\n\n\n\n<h3>Geïntegreerde patronen</h3>\n\n\n\n<p>Patronen verschijnen nu nog vaker wanneer je ze nodig hebt, zoals in de snelle invoegfunctie of bij het maken van een nieuwe kop- of voettekst. Als je een blokthema-auteur bent, kun je zelfs <a href=\"https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/\">patronen registreren uit de Pattern Directory met behulp van <code>theme.json</code></a>, zodat je prioriteit kunt geven aan specifieke patronen die het meest nuttig zijn voor de gebruikers van je thema.</p>\n\n\n\n<h3>Betere lijstweergave</h3>\n\n\n\n<p>Nieuwe sneltoetsen stellen je in staat om meerdere blokken uit de lijstweergave te selecteren, ze in bulk te wijzigen, en ze binnen de lijst te verslepen. De lijstweergave kan gemakkelijk worden geopend en gesloten; ze is standaard samengevouwen en wordt automatisch uitgevouwen tot de huidige selectie wanneer je een blok selecteert.</p>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Verbeterde Performance in WordPress 6.0</h2>\n\n\n\n<p>Deze release bevat verschillende updates gericht op het verbeteren van de performance van WordPress. Deze verbeteringen bestrijken een reeks prestatiegebieden, waaronder het verbeteren van de pagina- en post-laad-snelheid, het verminderen van de uitvoeringstijd van verschillende querytypes, caching, navigatiemenu’s en nog veel meer. De performance team working group is een belangrijk aandachtsgebied van het kernontwikkelteam. Voor meer informatie over het werk van deze groep, volg hun werk op Making WordPress met de <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Verbeterde toegankelijkheid in WordPress 6.0 </h2>\n\n\n\n<p>Toegankelijkheid is een integraal onderdeel van de WordPress-missie om een inclusieve community te bevorderen en gebruikers van alle soorten over de hele wereld te ondersteunen. Met dit in gedachten bevat WordPress 6.0 meer dan 50 updates die specifiek gericht zijn op het verbeteren van de toegankelijkheid van het platform. Je kunt <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">meer over deze updates lezen</a> alsook over de lopende toegankelijkheidsinitiatieven.</p>\n\n\n\n<h2>Leer meer over WordPress 6.0</h2>\n\n\n\n<p>Bekijk WordPress 6.0 in actie! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Bekijk een korte overzichtsvideo</a> waarin enkele van de belangrijkste functies die debuteren in WordPress 6.0 worden uitgelicht.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=nl-NL&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Verken <a href=\"https://learn.wordpress.org/workshops/\">learn.wordpress.org/workshops</a> voor korte instructievideo’s en nog veel meer over nieuwe functies in WordPress. Of neem deel aan een live <a href=\"https://learn.wordpress.org/social-learning/\">interactieve online leersessie</a> over een specifiek WordPress-onderwerp.</p>\n\n\n\n<p>Ontwikkelaars kunnen de <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a> verkennen. Het staat vol met gedetailleerde ontwikkelaarsnotities die je helpen bij het bouwen en uitbreiden van WordPress.</p>\n\n\n\n<p><a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">Lees de WordPress 6.0 releaselog</a> voor meer informatie over de opgenomen verbeteringen en opgeloste problemen, installatie informatie, ontwikkelaarsnotities en bronnen, bijdragers aan de release, en de lijst van bestandswijzigingen in deze release.</p>\n\n\n\n<p>1 <a href=\"https://w3techs.com/technologies/overview/content_management\">Op basis van data van W3Techs op 5 mei 2022</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://nl.wordpress.org/2022/05/25/wordpress-6-0-arturo-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordCamp Nederland staat weer op het programma!\";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:83:\"https://nl.wordpress.org/2022/05/20/wordcamp-nederland-staat-weer-op-het-programma/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://nl.wordpress.org/2022/05/20/wordcamp-nederland-staat-weer-op-het-programma/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 12:33:59 +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:8:\"Algemeen\";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:32:\"https://nl.wordpress.org/?p=1191\";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:344:\"WordCamp Nederland, dé Nederlandse conferentie op het gebied van WordPress, is terug van weggeweest! Op 15 en 16 september 2022 kan je in het Safari Meeting Center van Burgers’ Zoo alles leren over WordPress. De laatste editie van WCNL was in 2016. In de jaren die volgden waren er wel kleinere WordCamps in diverse Nederlandse […]\";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:16:\"Taco Verdonschot\";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:8905:\"\n<p>WordCamp Nederland, dé Nederlandse conferentie op het gebied van WordPress, is terug van weggeweest! Op <a rel=\"noreferrer noopener\" href=\"https://netherlands.wordcamp.org\" target=\"_blank\">15 en 16 september 2022 kan je in het Safari Meeting Center van Burgers’ Zoo</a> alles leren over WordPress. De laatste editie van WCNL was in 2016. In de jaren die volgden waren er wel kleinere WordCamps in diverse Nederlandse steden, maar pas nu in 2022, zijn we terug met WordCamp Nederland!</p>\n\n\n\n<h2>Wat is WordCamp?</h2>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://wordcamp.org\" target=\"_blank\">WordCamp</a> is de naam die (internationaal) wordt gegeven aan WordPressconferenties die worden georganiseerd onder de vlag van de wereldwijde organisatie WordPress Community Support. Veel landen en steden hebben (jaarlijks) een WordCamp, omdat het een fijne manier is om de WordPresscommunity te leren kennen en samen meer te leren over de software en de toepassingen van WordPress.</p>\n\n\n\n<h2>Wie komt er naar een WordCamp?</h2>\n\n\n\n<p>Iedereen. Nouja, dat is misschien wat overdreven. Maar iedereen die iets doet met WordPress, of er meer over wilt leren is welkom op een WordCamp. Je hebt geen certificering, lidmaatschap of basisvaardigheden nodig om deel te nemen. Je interesse is voldoende!</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-29\">\n<div class=\"wp-block-column is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"400\" height=\"267\" src=\"https://nl.wordpress.org/files/2022/05/29707365293_f465b285cf_w.jpg\" alt=\"\" class=\"wp-image-1193\" srcset=\"https://nl.wordpress.org/files/2022/05/29707365293_f465b285cf_w.jpg 400w, https://nl.wordpress.org/files/2022/05/29707365293_f465b285cf_w-300x200.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /><figcaption>Foto van de foyer door Henk-Jan Winkeldermaat (<a href=\"http://punkmedia.nl/\">punkmedia.nl</a>)</figcaption></figure></div></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p>Onder de deelnemers vind je daarom alle soorten mensen. Van de hobbyblogger die net is begonnen tot de ervaren developer die al tientallen plugins heeft gebouwd. En van marketing managers tot de eigenaren van webontwikkelbureau’s. Leeftijd? Iedereen is welkom! Achtergrond? Maakt niet uit. De WordPress community is heel inclusief en er is voor iedereen plek, mits je je aan de gedragsregels houdt natuurlijk.</p>\n</div>\n</div>\n\n\n\n<h2>Waarom zou ik naar een WordCamp gaan?</h2>\n\n\n\n<p>Om te leren. Om te netwerken. Voor de gezelligheid. Om vrienden en bekenden te ontmoeten. Om zakelijke samenwerkingen aan te gaan. Om contact te hebben met klanten. Om je expertise te delen. Hoe meer mensen je het vraagt, des te meer verschillende antwoorden zal je krijgen. Er is namelijk heel veel te halen op een WordCamp.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://nl.wordpress.org/files/2022/05/30252813321_2c5576e09a_w.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"400\" height=\"267\" src=\"https://nl.wordpress.org/files/2022/05/30252813321_2c5576e09a_w.jpg\" alt=\"\" class=\"wp-image-1194\" srcset=\"https://nl.wordpress.org/files/2022/05/30252813321_2c5576e09a_w.jpg 400w, https://nl.wordpress.org/files/2022/05/30252813321_2c5576e09a_w-300x200.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a><figcaption>Presentatie van Jaime Martinez tijdens WCNL 2016, foto door Henk-Jan Winkeldermaat (<a href=\"http://punkmedia.nl/\">punkmedia.nl</a>)</figcaption></figure></div>\n\n\n<p>Natuurlijk draait WordCamp grotendeels om de prachtige presentaties die worden gegeven. Sprekers besteden flink tijd aan het voorbereiden en geven van hun presentaties. Sponsoren (veelal WordPress-gerelateerde bedrijven) laten het beste van zichzelf zien en in de wandelgangen (ook bekend als ‘hallway track’) vinden bijzondere ontmoetingen plaats. </p>\n\n\n\n<p>Het aantal beschikbare plekken is trouwens gelimiteerd, dus zorg dat je op tijd bent met het kopen van je kaartje!</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://netherlands.wordcamp.org/2022/tickets/\">Koop je tickets voor WCNL!</a></div>\n</div>\n\n\n\n<h2>Kan ik mijn kennis ook delen?</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-33\">\n<div class=\"wp-block-column is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://nl.wordpress.org/files/2022/05/29707115283_8fdc92f910_w.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"400\" height=\"267\" src=\"https://nl.wordpress.org/files/2022/05/29707115283_8fdc92f910_w.jpg\" alt=\"\" class=\"wp-image-1195\" srcset=\"https://nl.wordpress.org/files/2022/05/29707115283_8fdc92f910_w.jpg 400w, https://nl.wordpress.org/files/2022/05/29707115283_8fdc92f910_w-300x200.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a><figcaption>Petya Raykovska presenteert tijdens WCNL 2016, foto door Henk-Jan Winkeldermaat (<a href=\"http://punkmedia.nl/\">punkmedia.nl</a>)</figcaption></figure></div></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p>Natuurlijk kan dat! WordCamp Nederland heeft een oproep geplaatst om te komen spreken. Je hoeft daarvoor geen ervaren spreker te zijn, al raden we je wel aan om al eens eerder voor een groep te hebben gepraat. Dat kan bijvoorbeeld <a rel=\"noreferrer noopener\" href=\"https://nl.wordpress.org/community/meetups/\" target=\"_blank\">op een meetup</a>. </p>\n\n\n\n<p>WCNL biedt overigens aan om je in contact te brengen met een ervaring spreker om je te coachen, dus dat helpt je sowieso!</p>\n</div>\n</div>\n\n\n\n<p>Weet je al waar je over wilt gaan vertellen op WCNL? <a href=\"https://netherlands.wordcamp.org/2022/calls/meld-je-aan-als-spreker/\" target=\"_blank\" rel=\"noreferrer noopener\">Meld je dan vandaag nog aan</a>, je hebt nog maar tot 1 juni!</p>\n\n\n\n<h2>Ik vind dit een beetje spannend…</h2>\n\n\n\n<p>Dat snappen we! Vooral na 2 jaar weinig mensen zien is een evenement van bijna 500 deelnemers gigantisch, vooral als je niemand kent. Gelukkig hebben we daar een oplossing voor!</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-36\">\n<div class=\"wp-block-column is-layout-flow\">\n<p>WordCamps worden volledig georganiseerd door vrijwilligers. Dat betekent dat er op de conferentiedagen zelf ook handjes nodig zijn om belangrijke taken uit te voeren. Daarom kan je je <a rel=\"noreferrer noopener\" href=\"https://netherlands.wordcamp.org/2022/calls/meld-je-aan-als-vrijwilliger/\" target=\"_blank\">aanmelden op onze site</a> als vrijwilliger. Door samen te werken leer je elkaar kennen, en samen leer je nog veel meer mensen kennen! </p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><a href=\"https://nl.wordpress.org/files/2022/05/30061334030_c6d31f0760_w.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"400\" height=\"267\" src=\"https://nl.wordpress.org/files/2022/05/30061334030_c6d31f0760_w.jpg\" alt=\"\" class=\"wp-image-1196\" srcset=\"https://nl.wordpress.org/files/2022/05/30061334030_c6d31f0760_w.jpg 400w, https://nl.wordpress.org/files/2022/05/30061334030_c6d31f0760_w-300x200.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a><figcaption>De vrijwilligers staan klaar om al je problemen op te lossen, foto door Henk-Jan Winkeldermaat (<a href=\"http://punkmedia.nl/\">punkmedia.nl</a>)</figcaption></figure>\n</div>\n</div>\n\n\n\n<h2>Overtuigd?</h2>\n\n\n\n<p>Ben je overtuigd dat je ook naar WCNL moet komen? Mooi! Hieronder nog een keer de belangrijkste linkjes:</p>\n\n\n\n<ul><li><a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Nederland</a></li><li><a href=\"https://netherlands.wordcamp.org/2022/calls/meld-je-aan-als-vrijwilliger/\">WordCamp Nederland zoekt vrijwilligers</a></li><li><a href=\"https://netherlands.wordcamp.org/2022/calls/meld-je-aan-als-spreker/\">WordCamp Nederland zoekt sprekers</a></li></ul>\n\n\n\n<h2>Vragen?</h2>\n\n\n\n<p>Stel ze hieronder in de comments, of check de pagina van <a href=\"https://netherlands.wordcamp.org\">WordCamp Nederland</a>.<br></p>\n\n\n\n<p><em>Tot ziens op WordCamp Nederland?</em></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://nl.wordpress.org/files/2022/05/30271992231_c4bd654bdb_c.jpg\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"582\" src=\"https://nl.wordpress.org/files/2022/05/30271992231_c4bd654bdb_c.jpg\" alt=\"\" class=\"wp-image-1200\" srcset=\"https://nl.wordpress.org/files/2022/05/30271992231_c4bd654bdb_c.jpg 800w, https://nl.wordpress.org/files/2022/05/30271992231_c4bd654bdb_c-300x218.jpg 300w, https://nl.wordpress.org/files/2022/05/30271992231_c4bd654bdb_c-768x559.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a><figcaption>Wendie en Wendy zien je ook graag op WCNL, foto door Henk-Jan Winkeldermaat (<a href=\"http://punkmedia.nl/\">punkmedia.nl</a>)</figcaption></figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://nl.wordpress.org/2022/05/20/wordcamp-nederland-staat-weer-op-het-programma/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.9 is vrijgegeven\";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:65:\"https://nl.wordpress.org/2022/01/26/wordpress-5-9-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://nl.wordpress.org/2022/01/26/wordpress-5-9-is-vrijgegeven/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jan 2022 08:46:20 +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:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1183\";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:329:\"Bouw de site, die je altijd al wilde hebben, met blokken. Full Site Editing is hier Het geeft jou de controle over je hele site, direct vanuit WordPress Admin. Zeg hallo tegen Twenty Twenty‑Two Zeg hallo tegen het eerst standaard blok thema in de geschiedenis van WordPress. Dit is meer dan slecht een nieuw standaard […]\";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:15:\"Remkus de Vries\";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:8833:\"\n<p>Bouw de site, die je altijd al wilde hebben, met blokken.</p>\n\n\n\n<h2 id=\"full-site-editing-is-hier\">Full Site Editing is hier</h2>\n\n\n\n<p>Het geeft jou de controle over je hele site, direct vanuit WordPress Admin.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.9/twenty-twenty-two.png\" alt=\"\" width=\"640\" height=\"480\" /></figure></div>\n\n\n\n<h3 id=\"zeg-hallo-tegen-twenty-twenty-two\">Zeg hallo tegen Twenty Twenty‑Two</h3>\n\n\n\n<p>Zeg hallo tegen het eerst standaard blok thema in de geschiedenis van WordPress. Dit is meer dan slecht een nieuw standaard thema. Het is een nieuwe manier van werken met WordPress thema’s.</p>\n\n\n\n<p>Blok thema’s geven veel mogelijkheden voor visuele aanpassingen. Van kleurschema’s en lettertype combinaties tot pagina templates en afbeeldingsfilters. Dit allemaal vanuit de site bewerkingsinterface. Door wijzigingen op één plek te maken kun je Twenty Twenty Two dezelfde lay-out geven als je merk of als andere websites. Of je kunt met je site een totaal andere kant opgaan.</p>\n\n\n\n<p>Het Twenty Twenty‑Two thema is al beschikbaar voor jou. Het is gelijktijdig met WordPress 5.9, geïnstalleerd en je kunt het vinden bij <a href=\"https://devries.frl/wp-admin/themes.php\">de overige geïnstalleerde thema’s</a>.</p>\n\n\n\n<h3 id=\"jouw-persoonlijke-paintbox-wacht\">Jouw persoonlijke paintbox wacht</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.9/navigation-block.png\" alt=\"\" width=\"640\" height=\"480\" /></figure></div>\n\n\n\n<p>Meer blokthema’s die geschikt zijn voor volledig site bewerken zijn, net zoals het Twenty Twenty‑Two thema, beschikbaar in de Thema Directory. Ze wachten om ontdekt te worden, meer komen er snel!</p>\n\n\n\n<p>Wanneer je enkele van deze nieuwe thema’s gebruikt hoef je niet langer de Customizer te gebruiken. Alle kracht van lay-out aanpassingen zit in de Site Editor. Net zoals je ziet Twenty Twenty‑Two bouw jij je site met de look en feel aan de hand van de beschikbare tools. Deze tools hebben een eenvoudige interface die praktisch to leven komen in je handen.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.9/global-styles.png\" alt=\"\" width=\"640\" height=\"480\" /></figure></div>\n\n\n\n<h3 id=\"navigatieblok\">Navigatieblok</h3>\n\n\n\n<p>Blokken komen naar de site navigatie, het hart van gebruikerservaring.</p>\n\n\n\n<p>Het nieuwe navigatieblok geeft je de mogelijkheid om te kiezen: een responsive menu wat altijd aan staat of één die zich aanpast naar de schermgrootte. Wat je ook creëert, weet dat het er is om te hergebruiken waar je ook wilt zoals bijvoorbeeld in een nieuw template of na het wisselen van thema.</p>\n\n\n\n<h2 class=\"has-text-align-center\" id=\"meer-verbeteringen-en-updates\">Meer verbeteringen en updates</h2>\n\n\n\n<p class=\"has-text-align-center\">Hou jij ervan om te bloggen of om inhoud te creëren? Nieuwe wijzigingen aan het publicatieschema helpen je sneller.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.9/block-controls.png\" alt=\"\" width=\"-410\" height=\"-308\" /></figure></div>\n\n\n\n<h3 id=\"verbeterde-blok-opties\">Verbeterde blok opties</h3>\n\n\n\n<p>WordPress 5.9 bevat nieuwe gereedschap voor typografie en flexibele lay-out. Ook heb je meer controle over details zoals spacing, randen en veel meer zodat je niet alleen het uiterlijk kan aanpassen, maar de kleine details kan polijsten.</p>\n\n\n\n<p></p>\n\n\n\n<h3 id=\"de-kracht-van-patronen\">De kracht van patronen</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.9/pattern-explorer.png\" alt=\"\" width=\"-317\" height=\"-238\" /></figure></div>\n\n\n\n<p>De WordPress Pattern Directory is de basis voor een grote verscheidenheid aan blokpatronen die zijn gebouwd om tijd te besparen en extra functionaliteit te bieden. Nu kun je ze bewerken en zien of ze passen. Iets anders nodig in de header of footer van je thema? Verander deze eenvoudig met enkele klikken.</p>\n\n\n\n<p>De patroonverkenner maakt het mogelijk om patronen te vergelijken en kiest diegene die je gebruikers verwachten. Dit alles binnen een bijna volledige schermweergave die je elke details laat zien.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.9/list-view.png\" alt=\"\" width=\"-397\" height=\"-298\" /></figure></div>\n\n\n\n<h3 id=\"een-vernieuwde-lijstweergave\">Een vernieuwde lijstweergave</h3>\n\n\n\n<p>In 5.9 stelt de lijstweergave je in staat om je inhoud te verslepen precies waar je het wilt. Beheren van complexe documenten is ook makkelijker; eenvoudige controls laten je secties uit- en inklappen terwijl je je site bouwt — en voegen HTML ankers aan je blokken toe om gebruikers op weg te helpen op de pagina.</p>\n\n\n\n<p></p>\n\n\n\n<h3 id=\"verbeterde-galerij-blok\">Verbeterde galerij blok</h3>\n\n\n\n<p>Elke afbeelding in de galerij hetzelfde behandelen zoals het ook gebeurd in het afbeeldingsblok.</p>\n\n\n\n<p>Elke afbeelding in je galerij anders vormgeven (bijsnijden, duotonen, enz.) of ze allemaal hetzelfde maken. Verander de lay-out met drag-and-drop.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.9/gallery-block.png\" alt=\"\" /></figure>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 class=\"has-text-align-center\" id=\"wordpress-5-9-voor-ontwikkelaars\">WordPress 5.9 voor ontwikkelaars</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-39\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 id=\"welkom-bij-blokthema-s\">Welkom bij blokthema’s</h3>\n\n\n\n<p>Een nieuwe manier voor het bouwen van thema’s: Blok thema’s maken gebruik van blokken die een structuur definiëren van de site. Deze nieuwe templates zijn gedefinieerd in HTML en maken gebruik van aangepaste styling via theme.json. De <a href=\"https://make.wordpress.org/core/2022/01/04/block-themes-a-new-way-to-build-themes-in-wordpress-5-9/\">blok thema ontwikkel notitie</a> bevat meer informatie.</p>\n\n\n\n<h3 id=\"meerdere-stylesheets-voor-een-blok\">Meerdere stylesheets voor een blok</h3>\n\n\n\n<p>Het is nu mogelijk om meer dan één stylesheet per blok te registeren. Deze gedeelde styles kunnen worden gebruikt in meerdere blokken of in een individuele style waardoor ze alleen maar daar gebruikt worden. <a href=\"https://make.wordpress.org/core/2021/12/15/using-multiple-stylesheets-per-block/\">Gebruik maken van meerdere stylesheets in blokken</a> bevat meer informatie.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 id=\"block-level-vergrendeling\">Block-level vergrendeling</h3>\n\n\n\n<p>Het is nu mogelijk om elk blok (of enkele) in een patroon op te vergrendelen, gewoon door het lock atribuut op te nemen in de settings van blocks.json. De rest van het patroon blijft vrij voor site editors om het in te passen.</p>\n\n\n\n<h3 id=\"herontwikkelde-galerij-blok\">Herontwikkelde galerij-blok</h3>\n\n\n\n<p>De veranderingen aan de galerij blok zijn een resultaat van een bijna afgeronde refactoring. Heb jij een plugin of thema ontwikkeld die gebruik maakt van de Galerij-blok? Zorg ervoor dat je de <a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">Galerij-blok compatibiliteit ontwikkel notitie</a> leest.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-42\" style=\"background-color:#ddeeff\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.9/learn-video.png\" alt=\"\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:66.66%\">\n<h3 id=\"meer-leren-over-de-nieuwe-functies-in-5-9\">Meer leren over de nieuwe functies in 5.9</h3>\n\n\n\n<p>Wil jij alles weten van 5.9, maar je weet niet waar je moet starten? Bezoek <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> voor uitgebreide informatie over de nieuwe features van WordPress 5.9.</p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 id=\"bekijk-de-field-guide-voor-meer-informatie\">Bekijk de Field Guide voor meer informatie!</h3>\n\n\n\n<p>Bekijk de nieuwste versie van de WordPress Field Guide. Het heeft opmerkingen van ontwikkelaars voor elke wijziging waarvan je op de hoogte wilt zijn: <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">WordPress 5.9 Field Guide</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://nl.wordpress.org/2022/01/26/wordpress-5-9-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.8 is vrijgegeven\";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:65:\"https://nl.wordpress.org/2021/07/20/wordpress-5-8-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://nl.wordpress.org/2021/07/20/wordpress-5-8-is-vrijgegeven/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jul 2021 20:07: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:1:{i:0;a:5:{s:4:\"data\";s:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1162\";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:366:\"Vandaag is WordPress 5.8 Tatum vrijgegeven. Deze versie zit wederom boordevol nieuwe elementen en verbeteringen. Drie essentiële krachtige elementen Widgets met blokken beheren Na maanden van hard werken is de kracht van blokken naar zowel de Block Widgets Editor als de Customizer gekomen. Nu kun je blokken toevoegen, zowel in widget gebieden op je site […]\";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:15:\"Remkus de Vries\";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:8110:\"\n<p>Vandaag is WordPress 5.8 Tatum vrijgegeven. Deze versie zit wederom boordevol nieuwe elementen en verbeteringen. </p>\n\n\n\n<h2>Drie essentiële krachtige elementen</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/about-widgets-blocks.png\" alt=\"\" width=\"455\" height=\"342\" /></figure></div>\n\n\n\n<h3>Widgets met blokken beheren</h3>\n\n\n\n<p>Na maanden van hard werken is de kracht van blokken naar zowel de Block Widgets Editor als de Customizer gekomen. Nu kun je blokken toevoegen, zowel in widget gebieden op je site als met live preview via de Customizer. Dit opent nieuwe mogelijkheden om inhoud te maken: van mini-lay-outs zonder code tot de enorme bibliotheek met core blokken en blokken van derden. Voor onze ontwikkelaars, je kunt meer details vinden in de <a href=\"https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/\">Widgets dev-note</a>.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/about-query-loop.png\" alt=\"\" width=\"457\" height=\"362\" /></figure></div>\n\n\n\n<h3>Berichten tonen met nieuwe blokken en patronen</h3>\n\n\n\n<p>Het Query Loop blok maakt het mogelijk om berichten weer te geven op basis van gespecificeerde parameters; zoals een PHP loop zonder de code. Toon eenvoudig berichten uit een bepaalde categorie, om dingen te doen zoals een portfolio of een pagina vol met je favoriete recepten. Zie het als een complexer en krachtiger nieuwste berichten blok! Plus, patroon suggesties maken het makkelijker dan ooit om een lijst van berichten te maken met het ontwerp dat jij wilt.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/about-template.png\" alt=\"\" width=\"461\" height=\"300\" /></figure></div>\n\n\n\n<h3>Bewerk de templates rondom berichten</h3>\n\n\n\n<p>Je kunt de vertrouwde blok-editor gebruiken om templates te bewerken die je inhoud bevatten: activeer eenvoudig een blokthema of een thema dat zich heeft aangemeld voor deze functie. Schakel over van het bewerken van je berichten naar het bewerken van je pagina’s en weer terug, allemaal met behulp van een vertrouwde blok-editor. Er zijn meer dan 20 nieuwe blokken beschikbaar binnen compatibele thema’s. Lees meer over deze functie en hoe je ermee kunt experimenteren in de release-notes.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Drie workflow helpers</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/about-list-view.png\" alt=\"\" width=\"-341\" height=\"-267\" /></figure></div>\n\n\n\n<h3>Overzicht van de pagina structuur</h3>\n\n\n\n<p>Soms heb je een eenvoudige landingspagina nodig, maar soms heb je iets robuusters nodig. Naarmate blokken toenemen, patronen ontstaan en het maken van inhoud gemakkelijker wordt, zijn nieuwe oplossingen nodig om complexe inhoud gemakkelijk te navigeren. Lijstweergave is de beste manier om tussen lagen met inhoud en geneste blokken te springen. Omdat de lijstweergave je een overzicht geeft van alle blokken in je inhoud, kun je nu snel navigeren naar het exacte blok dat je nodig hebt. Klaar om je volledig te focussen op je inhoud? Schakel het in of uit om aan je workflow te voldoen.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/about-pattern-suggestions.png\" alt=\"\" width=\"-266\" height=\"-144\" /></figure></div>\n\n\n\n<h3>Voorgestelde patronen voor blokken</h3>\n\n\n\n<p>Vanaf deze release stelt het gereedschap Patroon transformaties blokpatronen voor op basis van het blok dat je gebruikt. Op dit moment kun je het proberen in het query-blok en het social pictogram blok. Naarmate er meer patronen worden toegevoegd, kun je inspiratie opdoen voor het stijlen van je site zonder ooit de editor te verlaten!</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/about-duotone.png\" alt=\"\" width=\"-238\" height=\"-194\" /></figure></div>\n\n\n\n<h3>Stijl en kleur afbeeldingen</h3>\n\n\n\n<p>Je afbeelding en omslag blokken kleuren met duotone filters! Duotone kan een vleugje kleur toevoegen aan je ontwerpen en stijl je afbeeldingen (of video’s in het omslag blok) om goed te integreren met je thema’s. Je kunt het duotone-effect zien als een zwart-witfilter, maar in plaats van dat de schaduwen zwart zijn en de markeringen wit, kies je je eigen kleuren voor de schaduwen en markeringen. Er is meer informatie over hoe het werkt in de documentatie.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Voor ontwikkelaars om te ontdekken</h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/about-theme-json.png\" alt=\"\" /></figure>\n\n\n\n<h3>Theme.json</h3>\n\n\n\n<p>Introductie van de API’s globale stijlen en globale instellingen: beheer de editor instellingen, beschikbare aanpassingsgereedschappen en stijlblokken met behulp van een theme.json bestand in het actieve thema. Dit configuratiebestand schakelt functies in of uit en stelt standaardstijlen in voor zowel een site als blokken. Als je thema’s bouwt, kun je experimenteren met deze vroege iteratie van een handige nieuwe functie. Bekijk <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">deze notitie voor ontwikkelaars</a> voor meer informatie over wat momenteel beschikbaar is en hoe het werkt.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-46\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3>Ondersteuning voor Internet Explorer 11 vervalt</h3>\n\n\n\n<p>De ondersteuning voor Internet Explorer 11 is vanaf deze release verwijderd. Dit betekent dat je mogelijk problemen hebt met het beheren van je site die in de toekomst niet zal worden opgelost. Als je momenteel IE11 gebruikt, wordt het ten zeerste aanbevolen <a href=\"https://browsehappy.com/\">om over te schakelen naar een modernere browser</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3>Toegevoegd ondersteuning voor WebP</h3>\n\n\n\n<p>WebP is een moderne afbeeldingsstandaard die verbeterde lossless en lossy compressie biedt voor afbeeldingen op het web. WebP afbeeldingen zijn gemiddeld ongeveer 30% kleiner dan hun JPEG of PNG equivalenten, wat leidt tot sites die sneller zijn en minder bandbreedte gebruiken.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3>Toegevoegd extra blok ondersteuningen</h3>\n\n\n\n<p>Uitbreiding van eerder geïmplementeerde blok ondersteuningen in WordPress <a href=\"https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/\">5.6</a> en <a href=\"https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/\">5.7</a>, WordPress 5.8 introduceert verschillende nieuwe blok ondersteuning flags en nieuwe opties om je geregistreerde blokken aan te passen. Meer informatie is beschikbaar in de <a href=\"https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/\">blok ondersteuning notitie voor ontwikkelaars</a>.</p>\n</div>\n</div>\n\n\n\n<h2>Bekijk de Field Guide voor meer informatie!</h2>\n\n\n\n<p>Bekijk de nieuwste versie van de WordPress Field Guide. Het heeft opmerkingen van ontwikkelaars voor elke wijziging waarvan je op de hoogte wilt zijn: <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a>.</p>\n\n\n\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://nl.wordpress.org/2021/07/20/wordpress-5-8-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:74:\"\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:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.7 is vrijgegeven\";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:65:\"https://nl.wordpress.org/2021/03/10/wordpress-5-7-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://nl.wordpress.org/2021/03/10/wordpress-5-7-is-vrijgegeven/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Mar 2021 08:15:26 +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:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1149\";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:316:\"Fleur je verhalen op in een editor die schoner en scherper is en meer uit de weg gaat. Verken WordPress 5.7. Met deze nieuwe versie brengt WordPress je frisse kleuren. De editor helpt je te werken op een paar plaatsen waar dat voorheen niet mogelijk was—tenminste, niet zonder in de code te duiken of een […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\";s:6:\"length\";s:6:\"183815\";s:4:\"type\";s:9:\"video/mp4\";}}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:15:\"Remkus de Vries\";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:5957:\"\n<p>Fleur je verhalen op in een editor die schoner en scherper is en meer uit de weg gaat.</p>\n\n\n\n<h2>Verken WordPress 5.7.</h2>\n\n\n\n<p>Met deze nieuwe versie brengt WordPress je frisse kleuren. De editor helpt je te werken op een paar plaatsen waar dat voorheen niet mogelijk was—tenminste, niet zonder in de code te duiken of een professional in te huren. De bedieningselementen die je het meest gebruikt, zoals het wijzigen van de lettertype grootte, zijn op meer plaatsen te vinden—precies waar je ze nodig hebt. En lay-out wijzigingen die eenvoudig zouden moeten zijn, zoals volledige-hoogte afbeeldingen, zijn nu nog eenvoudiger uit te voeren.</p>\n\n\n\n<span id=\"more-1149\"></span>\n\n\n\n<h2>De editor is nu makkelijker te gebruiken</h2>\n\n\n\n<p><strong>Aanpassing van lettertypegrootte op meer plaatsen:</strong> nu zijn de besturingselementen voor lettertypegrootte precies daar waar je ze nodig hebt in de lijst- en codeblokken. Je hoeft niet meer naar een ander scherm te gaan om die ene wijziging aan te brengen!</p>\n\n\n\n<p><strong>Herbruikbare blokken:</strong> verschillende verbeteringen maken herbruikbare blokken stabieler en gemakkelijker te gebruiken. En nu slaan ze automatisch op met het bericht wanneer je op de knop Update klikt.</p>\n\n\n\n<p><strong>Inserter verslepen:</strong> sleep blokken en blokpatronen van de inserter rechtstreeks naar je bericht.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-insluiten-handler wp-block-embed-insluiten-handler\"><div class=\"wp-block-embed__wrapper\">\n<div style=\"width: 612px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1149-1\" width=\"612\" height=\"344\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4?_=1\" /><a href=\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\">https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4</a></video></div>\n</div></figure>\n\n\n\n<h2>Je kunt meer doen zonder het schrijven van aangepaste code</h2>\n\n\n\n<p><strong>Uitlijning op volledige hoogte:</strong> heb je ooit een blok willen maken, zoals het cover-blok, om het hele venster te vullen? Nu kan je dat.</p>\n\n\n\n<p><strong>Knoppen blok:</strong> je kunt nu kiezen voor een verticale of horizontale lay-out. En je kunt de breedte van een knop instellen op een vooraf ingesteld percentage.</p>\n\n\n\n<p><strong>Sociale pictogrammen blok: </strong>je kunt nu de grootte van de pictogrammen wijzigen.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/s.w.org/images/core/5.7/about-57-cover.jpg\" alt=\"\" /></figure>\n\n\n\n<h2>Een eenvoudiger standaard kleurenpalet</h2>\n\n\n\n<figure class=\"wp-block-jetpack-image-compare\"><div class=\"juxtapose\" data-mode=\"horizontal\"><img decoding=\"async\" loading=\"lazy\" id=\"1155\" src=\"https://nl.wordpress.org/files/2021/03/about-57-color-old.png\" alt=\"\" width=\"2000\" height=\"1334\" class=\"image-compare__image-before\" /><img decoding=\"async\" loading=\"lazy\" id=\"1156\" src=\"https://nl.wordpress.org/files/2021/03/about-57-color-new.png\" alt=\"\" width=\"2000\" height=\"1334\" class=\"image-compare__image-after\" /></div><figcaption>Hierboven het Dashboard voor en na de kleurenupdate in 5.7.<br></figcaption></figure>\n\n\n\n<p>In dit nieuwe gestroomlijnde kleurenpalet worden alle kleuren die vroeger in de WordPress broncode zaten samengevouwen tot zeven core kleuren en een reeks van 56 tinten die voldoen aan de door <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">WCAG 2.0 AA aanbevolen contrastverhouding</a> tegen wit of zwart.</p>\n\n\n\n<p>De kleuren zijn perceptueel uniform van licht tot donker in elk bereik, wat betekent dat ze bij wit beginnen en bij elke stap even veel donkerder worden.</p>\n\n\n\n<p>De helft van het bereik heeft een contrastverhouding van 4,5 of hoger tegen zwart, en de andere helft behoudt hetzelfde contrast tegen wit.</p>\n\n\n\n<p>Zoek het nieuwe palet in het standaardkleurenschema van WordPress Dashboard en gebruik het bij het bouwen van thema’s, plugins of andere componenten. Voor alle details, <a href=\"https://make.wordpress.org/core/2021/02/23/standardization-of-wp-admin-colors-in-wordpress-5-7\">bekijk de ontwikkelaar kleurpalet opmerkingen</a>.</p>\n\n\n\n<h3>Van HTTP naar HTTPS met een enkele klik</h3>\n\n\n\n<p>Vanaf nu is het omzetten van een site van HTTP naar HTTPS een beweging met één klik. WordPress werkt de database URL’s automatisch bij wanneer je de overstap maakt. Nooit meer jagen en gissen!</p>\n\n\n\n<h3>Nieuwe Robots API</h3>\n\n\n\n<p>Met de nieuwe Robots API kun je de filter richtlijnen opnemen in de robots metatag, en de API bevat standaard de <code>max-image-preview: large</code> richtlijn. Dat betekent dat zoekmachines grotere afbeelding voorbeelden kunnen tonen, wat je verkeer kan stimuleren (maar niet als de site is gemarkeerd als <em>niet-openbaar</em>).</p>\n\n\n\n<h3>Doorlopende schoonmaak na de update naar jQuery 3.5.1</h3>\n\n\n\n<p>JQuery heeft jarenlang geholpen om dingen op het scherm te laten bewegen op manieren die de basistools niet konden, maar dat blijft veranderen, en dat geldt ook voor jQuery.</p>\n\n\n\n<p>In 5.7 wordt jQuery meer gefocust en minder opdringerig, met minder berichten in de console.</p>\n\n\n\n<h3>Lazy-load je iframes</h3>\n\n\n\n<p>Het is nu eenvoudig om iframes ook lazy-load te laden. Standaard voegt WordPress het <code>loading=\"lazy\"</code> attribuut toe aan iframe tags wanneer zowel breedte als hoogte zijn opgegeven.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3>Bekijk de Field Guide voor meer informatie!</h3>\n\n\n\n<p>Bekijk de nieuwste versie van de WordPress Field Guide. Het heeft opmerkingen van ontwikkelaars voor elke wijziging waarvan je op de hoogte wilt zijn: <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide\">WordPress 5.7 Field Guide</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://nl.wordpress.org/2021/03/10/wordpress-5-7-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.6 is vrijgegeven\";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:65:\"https://nl.wordpress.org/2020/12/08/wordpress-5-6-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://nl.wordpress.org/2020/12/08/wordpress-5-6-is-vrijgegeven/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2020 22:23: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:1:{i:0;a:5:{s:4:\"data\";s:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1143\";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:347:\"Het delen van je verhalen is nog nooit zo eenvoudig geweest. WordPress 5.6 biedt je talloze manieren om je ideeën de vrije loop te laten en ze tot leven te brengen. Met een gloednieuw standaardthema als je canvas, ondersteunt het een steeds groter wordende verzameling blokken als je penselen. Verf met woorden. Afbeeldingen. Geluid. Of […]\";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:15:\"Remkus de Vries\";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:6357:\"\n<p class=\"has-background has-large-font-size\" style=\"background-color:#d1e4dd\">Het delen van je verhalen is nog nooit zo eenvoudig geweest.</p>\n\n\n\n<p>WordPress 5.6 biedt je talloze manieren om je ideeën de vrije loop te laten en ze tot leven te brengen. Met een gloednieuw standaardthema als je canvas, ondersteunt het een steeds groter wordende verzameling blokken als je penselen. Verf met woorden. Afbeeldingen. Geluid. Of rich embedded media.</p>\n\n\n\n<h2>Meer flexibiliteit in de lay-out</h2>\n\n\n\n<p>Breng je verhalen tot leven met meer gereedschappen waarmee je je lay-out met of zonder code kunt bewerken. Blokken met één kolom, ontwerpen met verschillende breedtes en kolommen, headers over de volledige breedte en video’s in je cover blok – breng met hetzelfde gemak kleine wijzigingen of grote uitspraken aan!</p>\n\n\n\n<h2>Meer blokpatronen</h2>\n\n\n\n<p>In geselecteerde thema’s maken voor-geconfigureerde blokpatronen het opzetten van standaardpagina’s op je site een fluitje van een cent. Ontdek de kracht van patronen om je workflow te stroomlijnen, of deel een deel van die kracht met je klanten en bespaar jezelf een paar klikken.</p>\n\n\n\n<h2>Upload videobijschriften direct in de blokeditor</h2>\n\n\n\n<p>Om je te helpen ondertiteling of bijschriften toe te voegen aan je videos, kan je ze nu uploaden in je bericht of pagina. Dit maakt het makkelijker dan ooit om videos toegankelijk te maken voor iedereen die ondertiteling nodig heeft of hiervoor de voorkeur voor heeft.</p>\n\n\n\n<h2>Twenty Twenty-One is er!</h2>\n\n\n\n<p>Twenty Twenty-One is een leeg canvas voor je ideeën en de blok-editor is het beste penseel. Het is gebouwd voor de blok-editor en zit boordevol gloednieuwe blokpatronen die je alleen in de standaardthema’s kunt krijgen. Probeer binnen enkele seconden verschillende lay-outs uit en laat het opvallende, maar tijdloze ontwerp van het thema je werk doen stralen.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.6/twentytwentyone-layouts.jpg\" alt=\"\" /></figure></div>\n\n\n\n<p>Aanvullend, dit standaardthema zet de toegankelijkheid in het hart van je site. Het voldoet aan de <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready</a> richtlijnen en behandeld verschillende meer gespecialiseerde normen van de <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. Het helpt je bij het voldoen aan het hoogste niveau van internationale toegankelijkheidsnormen wanneer je toegankelijke inhoud maakt en kiest plugins die ook toegankelijk zijn!</p>\n\n\n\n<h2>Een regenboog van zachte pastelkleuren</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.6/twentytwentyone-rainbow.png\" alt=\"\" /></figure>\n\n\n\n<p>Twenty Twenty-One is perfect voor een nieuw jaar en biedt je een reeks vooraf geselecteerde kleurenpaletten in pastelkleuren, die allemaal voldoen aan de AAA-normen voor contrast. Je kan ook je eigen achtergrondkleur voor het thema kiezen, en het thema kiest automatisch bewust toegankelijke tekstkleuren voor je!</p>\n\n\n\n<p>Meer flexibiliteit nodig dan dat? Je kunt ook je eigen kleurenpalet kiezen uit de kleurenkiezer.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&ssl=1\" alt=\"\" /></figure>\n\n\n\n<h2>Verbeteringen voor iedereen</h2>\n\n\n\n<h3>Auto-updates uitgebreid</h3>\n\n\n\n<p>Jarenlang konden alleen ontwikkelaars WordPress automatisch updaten. Maar nu heb je die optie, rechtstreeks in je dashboard. Als dit je eerste site is, heb je nu auto-updates klaar voor gebruik! Een bestaande site upgraden? Geen probleem! Alles is hetzelfde als voorheen.</p>\n\n\n\n<h3>Template voor toegankelijkheidsverklaring</h3>\n\n\n\n<p>Zelfs als je geen expert bent, kun je mensen met een klik op de knop laten weten dat je site zich inzet voor toegankelijkheid! De nieuwe <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">functie plugin</a> bevat een template kopie die je kan updaten en publiceren, en het is geschreven om verschillende contexten en rechtsgebieden te ondersteunen.</p>\n\n\n\n<h3>Ingebouwde patronen</h3>\n\n\n\n<p>Als je nog niet de kans hebt gehad om met blokpatronen te spelen, hebben alle standaardthema’s nu een reeks blokpatronen waarmee je complexe lay-outs met minimale inspanning onder de knie kunt krijgen. Pas de patronen naar wens aan met de tekst, afbeeldingen en kleuren die bij je verhaal of merk passen.</p>\n\n\n\n<h2>Voor ontwikkelaars</h2>\n\n\n\n<h3>REST API authenticatie met applicatie wachtwoorden</h3>\n\n\n\n<p>Dankzij de nieuwe autorisatiefunctie voor Application Passwords van de API kunnen apps van derden naadloos en veilig verbinding maken met je site. Met deze nieuwe REST API functie kan je zien welke apps verbinding maken met je site en bepalen wat ze doen.</p>\n\n\n\n<h3>Meer ondersteuning voor PHP 8</h3>\n\n\n\n<p>5.6 markeert de eerste stappen in de richting van WordPress Core ondersteuning voor PHP 8. Dit is een goed moment om te plannen hoe je WordPress producten, diensten en sites de nieuwste PHP-versie kunnen ondersteunen. Voor meer informatie over wat je kan verwachten, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">lees de PHP 8 ontwikkelaar notitie</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates voor jQuery in WordPress vinden plaats in drie releases:5.5, 5.6 en 5.7. Als we het midden van dit proces hebben bereikt, voer je de update test plugin uit om je sites van tevoren op fouten te controleren.</p>\n\n\n\n<p>Als je problemen hebt met de manier waarop je site er uitziet (bijv. een slider werkt niet, een knop zit vast – dat soort dingen), installeer dan de <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">jQuery Migrate plugin</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3>Bekijk de Field Guide voor meer informatie!</h3>\n\n\n\n<p>Bekijk de nieuwste versie van de WordPress Field Guide. Het heeft opmerkingen van ontwikkelaars voor elke wijziging waarvan je op de hoogte wil zijn: <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://nl.wordpress.org/2020/12/08/wordpress-5-6-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";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:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.5 is vrijgegeven\";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:65:\"https://nl.wordpress.org/2020/08/11/wordpress-5-5-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://nl.wordpress.org/2020/08/11/wordpress-5-5-is-vrijgegeven/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Aug 2020 20:13:57 +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:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1102\";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:403:\"In WordPress 5.5 wordt je site beter in drie belangrijke gebieden: snelheid, zoeken en veiligheid. Snelheid Berichten en pagina’s voelen sneller aan, dankzij ‘lazy-loaded’ afbeeldingen. Afbeeldingen kunnen je verhaal veel impact geven, maar zij kunnen soms je site langzaam maken. In WordPress 5.5 wachten afbeeldingen met inladen totdat zij door het scrollen in beeld komen. […]\";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:15:\"Remkus de Vries\";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:6495:\"\n<p>In WordPress 5.5 wordt je site beter in drie belangrijke gebieden: snelheid, zoeken en veiligheid.</p>\n\n\n\n<h2>Snelheid</h2>\n\n\n\n<p><strong>Berichten en pagina’s voelen sneller aan, dankzij ‘lazy-loaded’ afbeeldingen.</strong></p>\n\n\n\n<p>Afbeeldingen kunnen je verhaal veel impact geven, maar zij kunnen soms je site langzaam maken.</p>\n\n\n\n<p>In WordPress 5.5 wachten afbeeldingen met inladen totdat zij door het scrollen in beeld komen. De technische term is ‘lazy-loading’.</p>\n\n\n\n<p>Op mobiel kan lazy-loading ervoor zorgen dat browsers geen bestanden downloaden die bedoeld zijn voor andere apparaten. Dat bespaart je lezers kosten voor datagebruik en helpt de levensduur van de batterij te verlengen.</p>\n\n\n\n<h2>Zoeken</h2>\n\n\n\n<p><strong>Verwelkom je nieuwe sitemap.</strong></p>\n\n\n\n<p>WordPress sites werken goed met zoekmachines.</p>\n\n\n\n<p>WordPress 5.5 bevat nu standaard een XML-sitemap, die zoekmachines helpt je meest belangrijke pagina’s te vinden vanaf het moment je live gaat met je site.</p>\n\n\n\n<p>Daardoor vinden meer mensen je site, en dat geeft je meer tijd om ze te boeien, om ze vast te houden en om ze te converteren naar abonnee, klant, of hoe jij succes ook definieert</p>\n\n\n\n<h2>Beveiliging</h2>\n\n\n\n<p><strong>Auto-updates voor plugins en thema’s</strong></p>\n\n\n\n<p>Je kan nu in de WordPress-admin instellen dat plugins en thema’s automatisch worden geüpdatet — of niet natuurlijk! Zo weet je zeker dat je site altijd de meest recente code draait.</p>\n\n\n\n<p>Je kan auto-updates in- of uitschakelen voor elke plugin of elk thema die je hebt geïnstalleerd — alles op dezelfde schermen zoals je gewend bent.</p>\n\n\n\n<p><strong>Bijwerken door het uploaden van ZIP bestanden</strong></p>\n\n\n\n<p>Als handmatig updaten van plugins en thema’s je ding is, dan is dat nu ook eenvoudiger — simpel door een ZIP bestand uploaden.</p>\n\n\n\n<h2>Hoogtepunten van de blok-editor</h2>\n\n\n\n<p>Wederom zit de laatste release van WordPress bomvol spannende nieuwe functies voor de blok-editor. Bijvoorbeeld:</p>\n\n\n\n<h3>Blokpatronen</h3>\n\n\n\n<p>Nieuwe blokpatronen maken het simpel en leuk om prachtige, complexe lay-outs te maken door gebruik te maken van een combinatie van tekst en media om je verhaal te vertellen.</p>\n\n\n\n<p>Je vindt blokpatronen ook in een uitgebreid aanbod aan plugins en thema’s, en er worden continue nieuwe toegevoegd. Kies ze vanuit een enkele locatie — gewoon klikken en gaan!</p>\n\n\n\n<p>Er zijn verschillende blok lay-outs in dit tabblad. Na het scrollen door opties, waaronder knoppen en kolommen, wordt een patroon gekozen genaamd “Grote header met een header”. Dit voegt een cover blok toe, dat is aangepast met een foto en de naam van de WordPress 5.5 jazzmuzikant.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3>Inline afbeelding bewerking</h3>\n\n\n\n<p>Vanuit het afbeeldingsblok kan je nu meteen je foto’s bijsnijden, roteren en inzoomen. Als je veel tijd besteedt aan afbeeldingen, dan kan dit je uren besparen!</p>\n\n\n\n<h3>De nieuwe blok bibliotheek</h3>\n\n\n\n<p>Het is nu makkelijker dan ooit om het blok te vinden wat je nodig hebt. De nieuwe blok bibliotheek is in de blok-editor gebouwd, zodat je nieuwe bloktypes kunt installeren voor je site zonder de editor te verlaten.</p>\n\n\n\n<h3>En zo veel meer.</h3>\n\n\n\n<p>De hoogtepunten hierboven zijn maar een klein gedeelte van de nieuwe mogelijkheden van de blok-editor die je net hebt geïnstalleerd. Open de blok-editor en geniet ervan!</p>\n\n\n\n<h2>Toegankelijkheid</h2>\n\n\n\n<p>Iedere release voegt verbeteringen toe aan de toegankelijke publicatie ervaring, en dat geldt ook voor WordPress 5.5.</p>\n\n\n\n<p>Nu kun je links kopiëren in mediaschermen en modale dialogen met een knop, in plaats van te proberen een regel tekst te markeren.</p>\n\n\n\n<p>Je kan ook metaboxen verplaatsen met je toetsenbord, en afbeeldingen in WordPress bewerken met je ondersteunende apparaat, omdat het de instructies in de afbeeldingseditor kan lezen.</p>\n\n\n\n<h2>Voor ontwikkelaars</h2>\n\n\n\n<p>WordPress 5.5 komt ook met een grote hoeveelheid wijzigingen alleen voor ontwikkelaars.</p>\n\n\n\n<h3>Server-side geregistreerde blokken in de REST API</h3>\n\n\n\n<p>Het toevoegen van endpoints voor bloktypes betekent dat JavaScript apps (zoals de blok-editor) definities op kunnen halen voor alle blokken die zijn geregistreerd op de server.</p>\n\n\n\n<h3>Dashicons</h3>\n\n\n\n<p>De Dashicons bibliotheek heeft zijn laatste update gekregen in 5.5. Het voegt 39 blok-editor pictogrammen toe samen met 26 andere.</p>\n\n\n\n<h3>Definieer omgevingen</h3>\n\n\n\n<p>WordPress heeft de manier waarop het type omgeving van je site (staging, productie, etc) wordt gedefinieerd gestandaardiseerd. Haal dat type op met <code>wp_get_environment_type()</code> en voer alleen de daarvoor bedoelde code uit.</p>\n\n\n\n<h3>Gegevens doorgeven aan template bestanden</h3>\n\n\n\n<p>De template-laadfuncties (<code>get_header()</code>, <code>get_template_part()</code>, etc.) hebben een nieuw <code>$args</code>-argument. Je kan vanaf nu een hele array aan data meegeven aan deze templates.</p>\n\n\n\n<h3>Meer wijzigingen voor ontwikkelaars</h3>\n\n\n\n<ul><li>De PHPMailer bibliotheek heeft een grote update gehad, van versie 5.2.27 naar 6.1.6.</li><li>Krijg preciezere controle over <code>redirect_guess_404_permalink()</code>.</li><li>Sites die gebruik maken van PHP’s OPcache hebben een betrouwbaardere cache-invalidatie dankzij de nieuwe <code>wp_opcache_invalidate()</code>-functie tijdens updates (ook van plugins en thema’s).</li><li>Extra berichttypen die aan de categorie-taxonomie zijn gekoppeld, kunnen nu via opt-in de standaardterm te ondersteunen.</li><li>Standaardtermen kunnen nu worden gespecificeerd voor aangepaste taxonomieën in <code>register_taxonomy()</code>.</li><li>De REST-API ondersteunt nu officieel het specificeren van standaard metadata waarden via <code>register_meta()</code>.</li><li>Je krijgt bijgewerkte versies van de volgende gebundelde libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.</li></ul>\n\n\n\n<h3>Bekijk de Field Guide voor meer informatie!</h3>\n\n\n\n<p>Er is nog veel meer voor ontwikkelaars om van te houden in WordPress 5.5. Raadpleeg de <a href=\"https://make.wordpress.org/core/wordpress-5-5-field-guide/\">WordPress 5.5 Field Guide</a> om meer te ontdekken en te leren hoe je deze wijzigingen kunt laten schitteren op je sites, thema’s, plugins en meer.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://nl.wordpress.org/2020/08/11/wordpress-5-5-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";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:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.4 is vrijgegeven\";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:65:\"https://nl.wordpress.org/2020/04/01/wordpress-5-4-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://nl.wordpress.org/2020/04/01/wordpress-5-4-is-vrijgegeven/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Apr 2020 08:17:02 +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:8:\"Algemeen\";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:32:\"https://nl.wordpress.org/?p=1086\";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:341:\"Zeg hallo tegen meer en beter. Meer mogelijkheden om je pagina’s tot leven te brengen. Met eenvoudigere manier om van alles mogelijk te maken, beter dan ooit en een verbetering in snelheid die je echt kunt voelen. Welkom bij WordPress 5.4. Iedere grote release voegt meer toe aan de blok-editor. Meer manieren om je berichten […]\";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:15:\"Remkus de Vries\";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:5315:\"\n<h1>Zeg hallo tegen meer en beter.</h1>\n\n\n\n<p>Meer mogelijkheden om je pagina’s tot leven te brengen. Met eenvoudigere manier om van alles mogelijk te maken, beter dan ooit en een verbetering in snelheid die je echt kunt voelen.</p>\n\n\n\n<h2>Welkom bij WordPress 5.4.</h2>\n\n\n\n<p>Iedere grote release voegt meer toe aan de blok-editor.</p>\n\n\n\n<p>Meer manieren om je berichten en pagina’s tot leven te laten komen met je beste afbeeldingen. Meer manieren om je bezoekers binnen te halen en betrokken te houden met de rijkdom van ingesloten media van het web’s top diensten.</p>\n\n\n\n<p>Meer manieren om jouw visie echt te make. Zet blokken op de perfect plek neer. Zelfs als het specifieke blok nieuw voor je is. Meer efficiëntere processen.</p>\n\n\n\n<p>En meer snelheid in heel veel andere opties. Bijvoorbeeld in het maken van groepen of gallerijen. Je kunt zoveel sneller werken nu!</p>\n\n\n\n<h2>Twee nieuwe blokken. En betere blokken in het algemeen.</h2>\n\n\n\n<ul><li>Twee gloednieuwe blokken: Sociale iconen en knoppen maken het toevoegen van interactieve functies snel en gemakkelijk.</li><li>Meer opties met kleuren: gradients in de knoppen en cover blok, toolbar toegang to kleur opties in de tekstblokken, en voor het eerst nu, kleur opties in de Groep en Kolom blokken.</li><li>Je hoeft een stuk minder te gokken! Versie 5.4 stroomlijnt het hele proces voor het plaatsen en vervangen van multimedia in elk blok. Nu werkt het op dezelfde manier in bijna elk blok!</li><li>Als je ooit hebt gedacht dat je afbeelding in het Media+Tekst blok zou moeten linken naar wat anders zou, misschien zou de foto van een brochure bijvoorbeeld de brochure zelf moeten downloaden als een document? Vanaf nu kan dat.</li></ul>\n\n\n\n<h2>Strakkere UI, duidelijkere navigatie en eenvoudiger met tab doorheen te navigeren!</h2>\n\n\n\n<ul><li>Duidelijkere blok navigatie met blok-kruimelpad. En een eenvoudigere selectie eens je daar bent.</li><li>Voor wanneer je moet navigeren met het toetsenbord, beter met tabben werken en focus. Plus, je kunt met tab naar de sidebar navigeren van bijna elk blok.</li><li>Snelheid! 14% sneller laden van de editor en 51% sneller om te kunnen typen!</li><li>Tips zijn verdwenen. Maar in plaats daarvan hebben we een Welkom Gids scherm die je tevoorschijn kunt toveren. Zo vaak je maar wilt.</li><li>Zie direct of je in de wijzig- of navigatiemodus van een blok zit. Of, wanneer je beperkt zicht hebt zal je screenreader je vertellen in welke modus je zit.</li></ul>\n\n\n\n<p>Als je met de allerlaatste tools en mogelijkheden wilt werken, installeer dan de <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a>. Je bent dan één van de eersten die met nieuwe en interessante mogelijkheden in de blok editor werkt!</p>\n\n\n\n<h2>Je fundamentele recht: privacy</h2>\n\n\n\n<p>WordPress 5.4 helpt je met een aantal verschillende wereldwijde privacy punten. Dus wanneer je gebruikers en andere belanghebbenden vragen hebben over naleving van de regelgeving, of hoe je team omgaat met gebruikersdata, dan zou je nu het antwoord een stuk eenvoudiger juist moeten kunnen krijgen.</p>\n\n\n\n<p>Neem een kijkje:</p>\n\n\n\n<ul><li>Persoonlijke data exports zijn nu inclusief informatie over gebruikerssessies en gebruikers locatie data van de community evenementen widget. Plus, een overzichtstabel.</li><li>Zie de voortgang van export en verwijderverzoeken via de privacy tools.</li><li>Aanvullend, kleine verbeteringen waardoor de Privacy Tools er net even wat strakker uit zien.</li></ul>\n\n\n\n<h2>Speciaal voor ontwikkelaars</h2>\n\n\n\n<h3>Voeg custom fields toe aan menu-items–standaard</h3>\n\n\n\n<p>Twee nieuwe acties maken het je mogelijk om custom fields aan het menu toe te voegen. Zonder aparte plugin en zonder maatwerk code.</p>\n\n\n\n<p>Op het Menu admin scherm, wordt <code>wp_nav_menu_item_custom_fields</code> uitgevoerd net voor de verschuifknoppen van een navigatie menu item in de menu editor.</p>\n\n\n\n<p>In de Customizer, <code>wp_nav_menu_item_custom_fields_customize_template</code> wordt uitgevoerd aan het eind van de menu onderdelen form-fields template.</p>\n\n\n\n<p>Check je code en bekijk of deze nieuwe acties jouw code kunnen vervangen. Als je bezorgt bent voor duplicatie, voeg dan een WordPress versiespecifieke check toe.</p>\n\n\n\n<h3>Blokken! Eenvoudiger vormgeving, nieuwe API’s en insluitingen.</h3>\n\n\n\n<ul><li>Blokvormgeving is <strong>drastisch</strong> vereenvoudigd. Negatieve margins en standaard padding zijn verdwenen! Je kunt blokken nu vormgeven zoals je wenst. Ook zijn vier onnodige wrapper div’s opgeschoond.</li><li>Als je plugins ontwikkelt, dan kun je nu verzamelingen van je blokken registeren via de namespace over verschillende categorieën. Een mooie manier om je merk meer zichtbaarheid te geven.</li><li>Twee nieuwe API’s bieden gebruikers meer mogelijkheden: blokvarianten en kleurverlopen.</li><li>De blokeditor (Gutenberg) ondersteunt nu TikTok in ingesloten code. CollegeHumor is verwijderd.</li></ul>\n\n\n\n<p>Er zitten ontzettend veel fijne verbeteringen voor ontwikkelaars in WordPress 5.4. Als je meer wilt weten hoe je je websites, thema’s en plugins beter kunt maken, bekijk dan de <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://nl.wordpress.org/2020/04/01/wordpress-5-4-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";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:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.3 is vrijgegeven\";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:65:\"https://nl.wordpress.org/2019/11/13/wordpress-5-3-is-vrijgegeven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://nl.wordpress.org/2019/11/13/wordpress-5-3-is-vrijgegeven/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Nov 2019 10:11: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:1:{i:0;a:5:{s:4:\"data\";s:7:\"Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://nl.wordpress.org/?p=1064\";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:407:\"We introduceren onze meest verfijnde gebruikerservaring met de verbeterde blokeditor in WordPress 5.3! WordPress 5.3 maakt de blokeditor, die is geïntroduceerd in WordPress 5.0, nog beter en het heeft nu ook een nieuwe blok, meer intuïtieve interacties en verbeterde toegankelijkheid. Nieuwe functies in de editor vergroten de ontwerp vrijheid, bieden extra lay-outopties en stijlvariaties zodat […]\";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:15:\"Remkus de Vries\";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:5245:\"\n<p><strong>We introduceren onze meest verfijnde gebruikerservaring met de verbeterde blokeditor in WordPress 5.3!</strong></p>\n\n\n\n<p>WordPress 5.3 maakt de blokeditor, die is geïntroduceerd in WordPress 5.0, nog beter en het heeft nu ook een nieuwe blok, meer intuïtieve interacties en verbeterde toegankelijkheid. Nieuwe functies in de editor vergroten de ontwerp vrijheid, bieden extra lay-outopties en stijlvariaties zodat ontwerpers volledige controle hebben over het uiterlijk van hun website. </p>\n\n\n\n<p>Deze release introduceert ook het Twenty Twenty thema waardoor de gebruiker meer ontwerpflexibiliteit en integratie met de blokeditor heeft. Het maken van prachtige webpagina’s en geavanceerde lay-outs is nog nooit zo eenvoudig geweest.</p>\n\n\n\n<span id=\"more-1064\"></span>\n\n\n\n<h2>Verbeteringen blok-editor</h2>\n\n\n\n<p>Deze op verbeteringen gerichte update introduceert meer dan 150 nieuwe functies en gebruiksverbeteringen, waaronder verbeterde ondersteuning van grote afbeeldingen voor het uploaden van niet-geoptimaliseerde foto’s met een hoge resolutie die zijn gemaakt met je smartphone of andere hoogwaardige camera’s. In combinatie met grotere standaard afbeeldingsformaten zien foto’s er altijd op hun best uit.</p>\n\n\n\n<p>De verbeteringen van de toegankelijkheid omvat de integratie van stijlen voor blokeditor in de beheerinterface. Deze verbeterde stijlen lossen veel toegankelijkheidsproblemen op: kleurcontrast op formuliervelden en knoppen, consistentie tussen editor- en admin-interfaces, nieuwe notificaties, standaardisatie naar het standaard WordPress-kleurenschema en de introductie van animatie om interactie met je blokken snel en natuurlijk aan te laten voelen. </p>\n\n\n\n<p>Voor mensen die een toetsenbord gebruiken om door het dashboard te navigeren, heeft de blokeditor nu ook een navigatiemodus. Hiermee kan je van blok naar blok springen zonder door elk deel van de blokbesturing te bladeren.</p>\n\n\n\n<h2>Uitgebreide design flexibiliteit</h2>\n\n\n\n<p>WordPress 5.3 voegt nog meer gereedschappen toe om geweldige ontwerpen mee te maken.</p>\n\n\n\n<ul><li>Het nieuwe Groep blok staat je toe om jouw pagina makkelijk op te delen in kleurrijke secties.</li><li>Het Kolom blok ondersteund vanaf nu vaste kolombreedtes</li><li>De nieuwe vooraf gedefinieerde lay-outs maken het heel simpel om inhoud in geavanceerde lay-outs te ontwerpen</li><li>De tekstkleur van titelblokken is nu instelbaar</li><li>Met extra stijlopties kan je de gewenste stijl instellen voor elke blok dat deze functie ondersteunt</li></ul>\n\n\n\n<h2>Introductie Twenty Twenty</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.3/twentytwenty-desktop.png\" alt=\"\" /></figure>\n\n\n\n<p>Terwijl de blokeditor zijn eerste verjaardag viert, zijn we er trots op dat Twenty Twenty is ontworpen met flexibiliteit in de kern. Pronk met je diensten of producten met een combinatie van kolommen, groepen en mediablokken. Stel je inhoud in op breed of volledige uitlijning voor dynamische en boeiende lay-outs.</p>\n\n\n\n<p>Twenty Twenty heeft, zoals het hoort, een sterke focus op overzichtbaarheid en leesbaarheid. Het thema bevat het typeface <a href=\"https://rsms.me/inter/\">Inter</a> wat ontworpen is door Rasmus Andersson. Inter is beschikbaar als een Variable Font versie, voor het eerst in een standaard thema, wat maakt dat de laadtijd kort houd door alle stijlen van Inter in slechts twee font bestanden beschikbaar zijn.</p>\n\n\n\n<h2>Verbeteringen voor iedereen</h2>\n\n\n\n<h3>Automatische afbeeldingsrotatie</h3>\n\n\n\n<p>Je afbeeldingen zullen nu op de correcte manier gedraaid zijn wanneer je ze uploadt gebaseerd op de orientatiedata. Deze verbetering is negen jaar geleden voorgesteld en mogelijk gemaakt door het doorzettingsvermogen van vele volhardende bijdragers.</p>\n\n\n\n<h3>Sitediagnose controles</h3>\n\n\n\n<p>De verbeteringen die geïntroduceerd worden in 5.3 maken het zelfs makkelijker om problemen te detecteren. Uitgebreide aanbevelingen brengen lichten bepaalde onderdelen uit die aandacht nodig hebben in het Health Check scherm.</p>\n\n\n\n<h3>Admin e-mail verificatie</h3>\n\n\n\n<p>Je wordt nu periodiek gevraagd om je admin email adres te bevestigen wanneer je ingelogd bent als een administrator. Dit maakt de kans een stuk kleiner dat je niet meer in je site kunt komen wanneer je je email adres wijzigt.</p>\n\n\n\n<h2>Voor ontwikkelaars</h2>\n\n\n\n<h3>Date/Time component verbeteringen</h3>\n\n\n\n<p>Ontwikkelaars kunnen nu werken met <a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">data en tijdzones</a> in een betrouwbaardere manier. Datum en tijd functionaliteit heeft een aantal nieuwe API functies toegevoegd gekregen voor unified timezone retrieval en PHP interoperability en daarnaast zijn er ook een hoop bug fixes doorgevoerd.</p>\n\n\n\n<h3>PHP 7.4 compatibiliteit</h3>\n\n\n\n<p>WordPress 5.3 ondersteunt PHP 7.4 volledig. Deze release bevat <a href=\"https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/\">meerdere wijzigingen</a> die verouderde functionaliteit verwijderen en de compatibiliteit verzekeren. WordPress blijft gebruikers aanbevelen om de laatste en beste versie van PHP te gebruiken.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://nl.wordpress.org/2019/11/13/wordpress-5-3-is-vrijgegeven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";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://nl.wordpress.org/news/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:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 14 Nov 2022 07:35:55 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 02 Nov 2022 11:52:54 GMT\";s:4:\"link\";s:61:\"<https://nl.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),(995,'_transient_timeout_feed_mod_c326b61060938210a1df3d05d623467e','1668454556','no'),(996,'_transient_feed_mod_c326b61060938210a1df3d05d623467e','1668411356','no'),(997,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1668454557','no');
INSERT INTO `wp_options` VALUES (998,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','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:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";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:28:\"http://planet.wordpress.org/\";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:2:\"en\";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:47:\"WordPress Planet - http://planet.wordpress.org/\";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:50:{i:0;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Post Status: Learning and Pulling Together\";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:32:\"https://poststatus.com/?p=143306\";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:53:\"https://poststatus.com/learning-and-pulling-together/\";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:12202:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week was all about revisiting and continuing conversations that have special value and maybe for that reason tend to continue on with a life of their own. <strong>Tom Willmot</strong> dropped a fine <strong>Twitter</strong> thread about t<a href=\"https://twitter.com/tomwillmot/status/1589919739643834370\">he challenge all enterprise WordPress agencies face</a>. This came in response to <strong>Magne Ilsas</strong>‘ featured post here last week, <a href=\"https://poststatus.com/the-wordpress-enterprise-paradox/\">The WordPress Enterprise Paradox</a>. In a similar theme of industry peer cooperation, <strong>Eric Karkovack</strong> asks if WordPress product owners and developers can see a common interest in “<a href=\"https://thewpminute.com/the-wordpress-ecosystem-needs-closer-scrutiny/\">voluntary standards</a>.” Could this clean up the plugin market? <strong>James Farmer</strong> thinks the WordPress business community can do more for itself too — by sharing data. In <strong>Post Status Slack</strong> we\'re learning the tricks and trials of ranking in the WordPress.org plugin repository. How about plugin telemetry? Learn from the voices of experience. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">4</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p><strong>Tom Willmot</strong> (<strong>Human Made</strong>) dropped <a href=\"https://twitter.com/tomwillmot/status/1589919739643834370\">a fine Twitter thread</a> in response to <strong>Magne Ilsaas</strong>‘ (<strong>Dekode</strong>) featured post here last week, <a href=\"https://poststatus.com/the-wordpress-enterprise-paradox/\">The WordPress Enterprise Paradox</a>. Tom emphasized Magne\'s main points but thinks the biggest challenge is how the lack of a clear “definition of ‘Enterprise WordPress\' as a space and a brand” leads agencies “to a lot of duplication of effort and .. [a] struggle to communicate what we are as an enterprise platform.” This also poses “the biggest opportunity.” </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Good post on <a href=\"https://twitter.com/post_status?ref_src=twsrc%5Etfw\">@post_status</a> from our friends at <a href=\"https://twitter.com/dekodeno?ref_src=twsrc%5Etfw\">@dekodeno</a> on what we need to do differently as Enterprise WordPress agencies if we want to continue to grow and flourish. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9f5.png\" alt=\"🧵\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f447.png\" alt=\"👇\" class=\"wp-smiley\" /> <a href=\"https://t.co/SB6lu11O4X\">https://t.co/SB6lu11O4X</a></p>— Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/1589919739643834370?ref_src=twsrc%5Etfw\">November 8, 2022</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_d91112-c1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2>“If WordPress.org won\'t do it, why don\'t we?”</h2>\n\n\n\n<p>That\'s what <strong>James Farmer</strong> had to say about the <strong>WordPress.org</strong> plugin repository debacle over <strong>Matt Mullenweg</strong>‘s <a href=\"https://poststatus.com/active-install-data-story-update-not-a-breach-but-abuse-of-an-endpoint/\">sudden removal</a> of the active install growth charts. Kicking off a series of Product and Agency Founder episodes of <strong>Post Status Draft</strong>, <a href=\"https://poststatus.com/wordpress-in-the-long-view-with-james-farmer-post-status-draft-129/\">Cory chatted with James</a> about everything from his launch of the first hosted WordPress multisite blogging platform — just a few days ahead of WordPress.com — to his views on Gutenberg, how he stays competitive with <strong>Squarespace</strong>, and how he thinks the WordPress business community should pull together to do more for themselves, collectively. <a href=\"https://poststatus.com/wordpress-in-the-long-view-with-james-farmer-post-status-draft-129/\">WATCH/LISTEN→</a></p>\n\n\n\n<p>In a similar vein <strong>Eric Karkovack</strong> put out <a href=\"https://thewpminute.com/the-wordpress-ecosystem-needs-closer-scrutiny/\">a call for greater scrutiny of the WordPress ecosystem</a> by those with the power to influence it for the better. We got in <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1668029348422229\">an extended discussion of the possibilities</a> in Post Status Slack. Eric would like to see “voluntary standards” developed and promoted by WordPress product owners and developers who see the stake they have in a healthy WordPress ecosystem. Spreading “best practices in code and business” would make it a lot healthier. <strong>Zach Stepek</strong>, <strong>Lesley Sim</strong>, <strong>Carl Alexander</strong>, and Patrick Leblanc rounded out the conversation with the possibilities, including the barriers and frustrations, for such a project. If you share an interest, <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1668029348422229\">please join in</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_358dd9-49\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2>How do you rank in the plugin repository?</h2>\n\n\n\n<p><strong>Jack McConnell </strong>(<strong>Made With Fuel</strong>) noticed his plugin\'s tag position slipping “quite a bit” in search results on <a href=\"http://wordpress.org/plugins\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress.org/plugins</a> recently and wanted to compare notes with other plugin owners in Post Status <a href=\"https://poststatus.slack.com/archives/C0413T6GD/p1665403729879399\">#business</a>. Despite handling support tickets quickly, <strong>PluginRank</strong> and personal testing showed a steep drop on key search tags. The resulting discussion was instructive and surfaced frustrations we\'ve heard a lot with the <strong>Plugin Team</strong>‘s typical response. <strong>Marius Jensen</strong> and <strong>Greg Brown</strong> chimed in to show the search algorithm is “fully transparent” and hasn\'t changed. The general conclusion was that competition from other plugins is likely driving the changes, which can be dramatic but don\'t necessarily correspond to any dips in revenue for the plugin owner.</p>\n\n\n\n<h2>Could voluntary standards clean up the plugin market?</h2>\n\n\n\n<p>It\'s unfortunate but typical that basic guidelines for success on the plugin repository are scattered and part of the vast realm of WordPress “lore” that never spreads very far from WordPress insiders. (<strong>Freemius</strong> has <a href=\"https://freemius.com/blog/seo-on-new-plugin-repository/\">a handy, free guide</a>, however.) Surfacing more of this knowledge would likely remove some barriers to entry for newcomers and maybe help reduce the pressure to turn to novel, aggressive, and perhaps “mercenary” tactics. At the same time, it also seems clear that competing only or even primarily on the repo is an unnecessary and limiting misstep. The competition between 60k+ plugins all in one place is high, and as <strong><a href=\"https://poststatus.com/member-spotlight-igor-ligay/\">Igor Ligay</a></strong> (<strong>StyleMix</strong>) noted, there are no categories or tags to filter them, so your plugin\'s fate is in the hands of the site\'s <strong>ElasticSearch</strong> engine — and <strong>Google</strong>. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_fd77f1-31\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-how-do-you-get-plugin-telemetry\">How do you get plugin telemetry?</h2>\n\n\n\n<p>This week <strong>Rohit Singhal</strong> (<strong>Xtendify</strong>) asked how others are <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1667314812791079\">tracking how customers use new features</a> in plugins or themes. <strong><a href=\"https://amplitude.com/\">Amplitude</a></strong>, <strong><strong><a href=\"https://mixpanel.com/\">Mixpanel</a></strong></strong>, <strong><a href=\"https://jitsu.com/\">Jitsu</a></strong>, and <strong>Google Analytics</strong> are his tools of choice. That led <strong>Nathalie Lussier</strong> to surface <a href=\"https://poststatus.slack.com/archives/C0413TGQZ/p1636392452168500\">a rich thread</a> from last November when <strong>Adrian Tobey</strong> (<strong>Groundhogg</strong>) wanted to know how plugin owners and developers get telemetry. </p>\n\n\n\n<p><strong>Jason Adams</strong> said <strong>GiveWP</strong> has a custom solution built on <strong>Laravel</strong> using <strong>Microsoft</strong>‘s <strong><a href=\"https://powerbi.microsoft.com/\">Power BI</a></strong> for analytics and charts. <strong>Jack Kitterhing</strong> (<strong>LearnDash</strong>) recommended <strong>Mixpanel</strong> and says it has been integrated successfully with some plugins, but users have to opt in. Nathalie said she has been using <strong><a href=\"https://www.chameleon.io/\">Chameleon</a></strong> for <strong>AccessAlly</strong>. <strong>Collins Agbonghama</strong> recommended <strong><a href=\"https://wisdomplugin.com/\">Wisdom</a></strong>. <strong>Victor Ramirez</strong> uses <strong><a href=\"http://segment.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Segment</a></strong> to send data to Mixpanel, Google Analytics, and then <strong><a href=\"https://www.snowflake.com/\">Snowflake</a></strong> as <a href=\"https://www.rudderstack.com/blog/why-take-a-warehouse-first-approach-to-analytics/\">a data warehouse</a>. Victor also recommended <strong><a href=\"https://docs.snowplowanalytics.com/docs/open-source-quick-start/what-is-the-quick-start-for-open-source/\">Snowplow</a></strong> as an open-source option and <a href=\"https://www.rudderstack.com/\"><strong>RudderStack</strong></a> which has <a href=\"https://github.com/rudderlabs/rudder-php-sdk\">a PHP-based SDK</a> as well as <a href=\"https://rudderstack.com/blog/customer-data-pipelines-play-a-key-role-in-data-privacy\">resources for data privacy</a>.</p>\n\n\n\n<h2>Quick Links</h2>\n\n\n\n<ul>\n<li>Every time a <strong>Tumblr</strong> Creator takes subscribers, a <strong>WooCommerce</strong> site is born. <a href=\"https://dothewoo.io/tumblr-showing-some-woo-enterprise-and-returning-woocommerce-office-hours/\">We did not know that</a>. <strong>Bob Dunn</strong> and <strong>Tom Willmot</strong> were as amazed as I am.</li>\n\n\n\n<li><strong>Matthew Butterick</strong> is <a href=\"https://www.bleepingcomputer.com/news/security/microsoft-sued-for-open-source-piracy-through-github-copilot/\">suing <strong>Microsoft</strong> for open source piracy</a> — and the pirate is <strong>GitHub Copilot</strong>. Naturally <a href=\"https://githubcopilotlitigation.com/\">Matthew has set up a site about the case</a>, and it has beautiful typography.</li>\n\n\n\n<li>“If documentation is a product (<a href=\"https://smile.amazon.com/Product-Docs-technical-documentation-development-ebook/dp/B085KHTV95\">and it is</a>), minimum viable documentation is <strong>the bare minimum documentation that is useful and helpful to customers</strong>.” <a href=\"https://thisisimportant.net/posts/from-nothing-to-something-with-minimum-viable-documentation/\">Learn how to define your project\'s MVD</a> from <strong>Sarah Moir</strong>.</li>\n</ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 11 Nov 2022 21:00:31 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Post Status: Design and Development News for the Week of November 7\";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:32:\"https://poststatus.com/?p=143397\";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:78:\"https://poststatus.com/design-and-development-news-for-the-week-of-november-7/\";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:6619:\"<h2 id=\"h-wordpress-design-development-around-the-web\">WordPress Design & Development Around the Web</h2>\n\n\n\n<p>Here’s a glimpse of what’s going on in the world of design and development in the WordPress space this past week.</p>\n\n\n\n<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">A new way to keep up with that fast-moving project we all rely on, <strong>PHP</strong>. • Making <code>wordpress/wordpress-develop</code> usable in GitHub Codespaces. • Help count WordPress contributors and sponsors • Directory Serve is our cool tool of the week — a way to serve files to and from your phone. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">4</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2>Keeping up with PHP</h2>\n\n\n\n<p><a href=\"https://www.jetbrains.com/\"><strong>JetBrains</strong></a>, the company behind a suite of developers tools, including the popular <strong>PhpStorm</strong> and <strong>WebStorm</strong>, recently launched <a href=\"https://blog.jetbrains.com/phpstorm/2022/11/php-annotated-the-youtube-channel/\"><strong>PHP Annotated</strong></a> — a channel on <strong>YouTube</strong>.</p>\n\n\n\n<p>The channel’s creator <strong>Brent Roose</strong> is a well-known PHP blogger and PHP core contributor. Brent previously worked at <a href=\"https://spatie.be/\"><strong>Spat</strong>ie</a> and is now a PHP developer advocate at JetBrains, so it makes sense that his employer would want to use his existing YouTube channel and followers.</p>\n\n\n\n<p>As before, the channel is focused on engaging with the PHP community. The only difference is that now Brent will be able to offer far more (and better) content. His first episode under the new brand is <em><a href=\"https://www.youtube.com/watch?v=KBcZIY_v9VQ\">What’s New in PHP 8.2</a></em>. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b3aab2-66\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-developing-wordpress-in-github-codespaces\">Developing WordPress in GitHub Codespaces</h2>\n\n\n\n<p><strong>GitHub</strong> announced on <strong>Twitter</strong> that <a href=\"https://twitter.com/github/status/1590403103014420481\">GitHub <strong>Codespaces</strong> is now widely available</a> for everyone, with access to 60 hours free every month. Codespaces is a full-featured development environment that’s hosted in the cloud, with both the filesystem and code editor working inside your browser. </p>\n\n\n\n<p>WordPress lead developer <strong>Helen Hou-Sandí</strong>, who now works at GitHub (albeit in a different department than Codespaces) sees the value in this for first-time contributors to WordPress. In a post on the <strong>Make WordPress</strong> blog, she <a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">announced</a> her plans to make the <a href=\"https://github.com/WordPress/wordpress-develop\">wordpress-develop GitHub repository</a> usable in GitHub Codespaces. This could pave the way for a much smoother experience for first-time contributors and set an example that other open-source projects could follow.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_ce4ead-be\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2>Counting sponsored contributors</h2>\n\n\n\n<p>A while back, I was really pleased to share how <strong>Chuck Grimmett</strong> (<strong>Automattic</strong>) has been building <a href=\"https://docs.google.com/spreadsheets/d/1TxEsu-qLmhVQFb-8WmLdIOoaTlY5uh8UlKZZgUc5cTI/edit#gid=926700955\">a spreadsheet</a> with <a href=\"https://cagrimmett.com/data-viz/2022/09/24/some-wp-core-contributor-stats/\">more granular data</a> on WordPress core contributors. Who their sponsors are (which changes) and whether they\'re sponsored or not (which also changes) is hard to keep up with. You can help backfill the data on past releases — just <a href=\"https://twitter.com/cagrimmett\">get in touch</a> with Chuck. </p>\n\n\n\n<p>For the <strong>6.1</strong> release, Chuck just <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1668189097332569\">dropped the following numbers</a> in <strong>Post Status Slack</strong>: 149 contributors were sponsored (18.7%) with <strong>Automattic</strong> ranking as the top sponsor for 63 contributors (42.28%) followed by <strong>WPDeveloper</strong> (11/7.38%), <strong>Yoast</strong> (8/5.37%), <strong>GoDaddy</strong> (6/4.03%), <strong>Awsm Innovations</strong> (6/4.03%), <strong>XWP</strong> (5/3.36%), <strong>Multidots</strong> (5/3.36%), and <strong>Extendify</strong> (5/3.36%). [DK]</p>\n\n\n\n<div class=\"is-layout-constrained wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h1 id=\"h-cool-tool\">Cool Tool</h1>\n\n\n\n<p>Each week we feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<h3>Directory Serve</h3>\n\n\n\n<p><a href=\"https://www.producthunt.com/posts/directory-serve\">Directory Serve</a> is a <strong>Node.js</strong> CLI tool that allows you to serve a directory on your local computer with file upload/download support. It’s perfect if you need a way to quickly share some files to your mobile devices or move them from the mobile devices to your computer. While most folks in the Apple ecosystem probably don’t need this, it’s great for those using <strong>Android</strong> mobile devices, or <strong>Windows/Linux</strong> desktops. It could also pave the way for a smoother experience in local mobile testing for web developers. (And who knows, you could also use it to <a href=\"https://www.theverge.com/22684730/students-file-folder-directory-structure-education-gen-z\">prove to young people</a> that files and folders actually still do exist.) <a href=\"https://github.com/cube-root/directory-serve\"><strong>Get it on GitHub→</strong></a></p>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 11 Nov 2022 20:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Post Status: The Sky is Falling! Nope, Just a Little Blue Bird\";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:32:\"https://poststatus.com/?p=143502\";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:71:\"https://poststatus.com/the-sky-is-falling-nope-just-a-little-blue-bird/\";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:2813:\"<h2 id=\"h-where-and-how-do-we-connect\">Where (and how) do we connect?</h2>\n\n\n\n<p>Twitter is fast becoming a <a href=\"https://www.youtube.com/watch?v=S9osdITt5ts\">dumpster fire</a>. Every time I look at my account, the settings, access, and options change. Sometimes overnight. Sometimes seemingly every fifteen minutes. There is a lot that happens on Twitter in the WordPress community. So it begs the question, where will you go if it all ends in a fiery crash like a <a href=\"https://www.youtube.com/watch?v=Zn_oKmaqS34\">SpaceX Rocket</a>, or runs out of energy like a <a href=\"https://www.autoevolution.com/news/tesla-model-3-owner-gets-stranded-in-the-middle-of-the-freeway-in-her-third-drive-201326.html\">Tesla on the side of the road</a>. </p>\n\n\n\n<p>Finding each other isn’t necessarily the difficult part. There’s <a href=\"http://poststatus.slack.com\">Slack</a>, of course, and Facebook groups. It’s building the rapport in a new “main place” that is challenging, as well as finding new ways and locations to seek out and connect with customers and clients. </p>\n\n\n\n<p>Mastodon is gaining in popularity, but there is a slight learning curve. And it’s a bit like shouting “Marco” into the void and not hearing anyone shout back “Polo” back when trying to find connections. Tumblr is an option, but it doesn’t work in the same way Twitter or Mastodon do as far as posting, following, and connecting.</p>\n\n\n\n<p>Tell me where you will be building your next following if it’s not on Twitter. DM me on Slack (or <a href=\"https://twitter.com/michelleames\">Twitter</a> while it’s still standing.)</p>\n\n\n\n<h2>More News & Links</h2>\n\n\n\n<p>Black Friday/Cyber Monday is coming quickly! <a href=\"https://poststatus.com/submit-black-friday-cyber-monday-deals/\">Submit your deals here</a>. <br /><a href=\"https://poststatus.com/2022-black-friday-cyber-monday-wordpress-deals/\">Find this year’s deals here</a>. (More being added weekly!)</p>\n\n\n\n<p>In the Business Spotlight this week: Dominyka Mikšėnaitė with <a href=\"https://poststatus.com/business-spotlight-hostinger/\">Hostinger<br /></a>In the Member Spotlight this week: <a href=\"https://poststatus.com/member-spotlight-parvez-akther/\">Parvez Akther</a></p>\n\n\n\n<h2>Upcoming Events</h2>\n\n\n\n<ul>\n<li>Post Status <a href=\"https://poststatus.com/huddles/\">Member Huddles </a>every week</li>\n\n\n\n<li><a href=\"https://www.wordfest.live/2022/november/\">WordFest</a> December 16 (New Date)</li>\n\n\n\n<li>Calls for Speakers and Sponsors are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a></li>\n</ul>\n\n\n\n<p>WordCamps are back. <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>!</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 11 Nov 2022 19:11:44 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Post Status: WordPress In The Long View With James Farmer— Post Status Draft 129\";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:32:\"https://poststatus.com/?p=143195\";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:90:\"https://poststatus.com/wordpress-in-the-long-view-with-james-farmer-post-status-draft-129/\";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:60450:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">James Farmer’s WordPress story goes all the way back to his launch of the first hosted WordPress multisite blogging platform — just a few days ahead of WordPress.com. Edublogs currently hosts millions of students’ and educators’ blogs. James talks about successes and failures, his views on Gutenberg, how he stays competitive with Squarespace, and how he thinks the WordPress business community should respond to the loss of active install growth data at WordPress.org. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">4</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"has-drop-cap\">In this episode of <strong>Post Status Draft</strong>, Cory is joined by <strong>James Farmer</strong>, CEO of <strong>Incsub</strong>, <strong>WPMU DEV</strong>, <strong>CampusPress</strong>, and <strong>Edublogs</strong>. James’ WordPress story goes all the way back to his launch of the first hosted WordPress multisite blogging platform — just a few days ahead of <strong>WordPress.com</strong>. Edublogs currently hosts millions of students’ and educators’ blogs. James talks about successes and failures, his views on <strong>Gutenberg</strong>, and how he stays competitive with <strong>Squarespace</strong>. Cory brings up the WordPress.org <a href=\"https://poststatus.com/active-install-data-story-update-not-a-breach-but-abuse-of-an-endpoint/\">active install growth data question</a> and gets James’ take on how he’d like to see that data re-emerge with greater value for plugin businesses.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-4 wp-block-columns Pressable has-theme-palette-8-background-color has-background\" id=\"Pressable\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/pressable\">Pressable</a></h3>\n\n\n\n<p>Founded in 2010, <strong>Pressable</strong> is a world-class managed WordPress hosting provider built on the same data network as <strong>WordPress.com</strong> and <strong>WordPress VIP</strong>. With industry-leading performance, 24/7 expert support, a 100% uptime guarantee, and seamless integrations with <strong>WooCommerce</strong> and <strong>Jetpack</strong>, Pressable provides the tools you need to manage your WordPress websites and grow your business all in one place. <a href=\"https://poststat.us/pressable\">TRY PRESSABLE→</a></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<a href=\"https://poststat.us/pressable\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/pressable-icon-primary.svg\" alt=\"Pressable\" class=\"wp-image-121339\" width=\"150\" title=\"Pressable\" /></a>Pressable\n</div>\n</div>\n\n\n\n<p> </p>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://incsub.com/\">Incsub – WPMU DEV, CampusPress, & Edublogs</a></li>\n\n\n\n<li><a href=\"https://wpmudev.com/\">WPMU DEV</a></li>\n\n\n\n<li><a href=\"https://campuspress.com/\">CampusPress: WordPress for Education | Websites & ePortfolios</a></li>\n\n\n\n<li><a href=\"https://edublogs.org/\">EduBlogs: <strong>Blogs & Websites</strong> For Education</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/jamesfarmer\">James Farmer</a> (Founder, <a href=\"https://incsub.com/\">Incsub</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (Editor, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, Post Status)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey, everybody at Post Status. I\'m excited to have this conversation today. Um, my special guest is James Farmer, founder of Wpm U Dev, and, um, I\'ve known of James. I think I\'ve got to meet him maybe once. I know we\'ve talked before, but you know, as far back as James goes with WordPress, And the cool stuff he was doing at the beginning when I knew about him.</p>\n\n\n\n<p>And now, fast forward to today, I thought this would be a very relevant conversation. And if you know anything about James, he, uh, knows his stuff and has opinions and, and I like his opinions, and I want to hear those. So, uh, James, thanks for coming on the, uh, uh, post status draft, uh, pleasure. In doing this conversation with me.</p>\n\n\n\n<p>It\'s fun to, to, uh, hear your voice and hear what you\'re doing and get your thoughts on some things.</p>\n\n\n\n<p><strong>James Farmer:</strong> Uh, it\'s a pleasure to be here. Thank you for the invitation. It\'s, um, it\'s, yeah, it\'s really.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Uh, you were just telling me, uh, it\'s like [00:01:00] beautiful sunny skies in Melbourne where I think you\'re based, uh, this morning.</p>\n\n\n\n<p>So thanks for joining us early for your time. .</p>\n\n\n\n<p><strong>James Farmer:</strong> Yeah. No, it\'s, um, it\'s just, uh, spring has finally arrived. We we\'re currently having a, a big wet, as it\'s called in Australia, which means that it\'s just rain, rain, rain everywhere. But finally it\'s sunny and nice and, uh, we\'re, uh, rolling into our, into our, towards our.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Awesome. Well, I\'m jealous. I, I want to get to Australia at some point, and I haven\'t been there and, and hope to see in person and, and see the country. Well, absolutely. Okay. I\'m gonna dive right in, James, because I\'m, I\'m interested in these questions and I want to hear your thoughts and, and opinions on things.</p>\n\n\n\n<p>But the first is just like, I know you as an early pioneer in WordPress in the, in the product space in particular. Um, but there\'s some people that may not know some of the backstory. So could you tell us like how you get got started with WordPress and then what the point where W P M U [00:02:00] started, you know, that kind of origin story?</p>\n\n\n\n<p>Cause I\'m,</p>\n\n\n\n<p><strong>James Farmer:</strong> I\'m curious to hear for myself. Yeah, for sure. Um, no trouble at all. So, so way back in the midst of time, I was interested in blogging as an educational tool. I was a, I was a teacher, um, and uh, English as a foreign language. And then, um, kind of, uh, working in that area and then education design.</p>\n\n\n\n<p>And I started to, I wanted to use blogs for like, education purposes and, um, I had a look around and I found this piece of software called Radio User Land by Dave Wener. And it\'s this fantastic. Piece of software, um, you kind of wrote it and on your every, managed everything on your desktop and it kind of pushed it to a static HTML site.</p>\n\n\n\n<p>I mean, you know, radical</p>\n\n\n\n<p>I mean, you could even call it headless maybe. I dunno. But, but, but, um, but yeah, that would\'ve been, oh man, 2003. And, um, I started my. Blog, James Farmer\'s Radio web blog. And um, I got a link [00:03:00] from, um, from Dave Wener himself cuz um, probably cuz I was using his software and I think I got described as an enthusiastic new edgy blogger and, uh, and so I kind of got into it that way.</p>\n\n\n\n<p>Um, and then a year later my subscription was coming up and, uh, I\'d heard about this, you know, kind of, um, this other interest. Software that was out there, there\'s this thing called movable type, um, which is doing all right. It\'s quite pretty. There\'s this single WordPress everyone was raving about. And so I thought, well, you know, might as well learn how to install something on a server, also learn what, what a server is and</p>\n\n\n\n<p>That was the level of my technical ability and um, and so I kind of did all the steps and talked myself through and set up a WordPress blog. Um, yeah, in 2004, I think called Incorporated sub versions. Which was all about educational philosophy of incorporating subversion into the design of your software, which then eventually became Ink Sub [00:04:00] cuz Incorporated and Subversion kind of went together.</p>\n\n\n\n<p>Um, and um, that was, um, that was kind of, um, how I originally got started.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So, uh, 2004. So you got me. Um, similarity, you know, 2006, one, I used this software. You may remember back in the day, because I had no coding, I still don\'t have any coding experience, but Claris homepage on the Mac and building my website, I was like, this is ridiculous, trying to update my copyright footer or something when something changed.</p>\n\n\n\n<p>But before WordPress, mine was Google, uh, was blog. Ah yes. Cause you could publish things to the thing, but when you said weblog, it took me back to that web period.</p>\n\n\n\n<p><strong>James Farmer:</strong> Like I know Go golden period dm. The, what I really wanted to do like this, the core thing was I really wanted to do is I wanted to start like a blogger kind of service for students so that rather than people like typing in like [00:05:00] discussion boards and doing all that flat boardy kinda stuff, which is still doing amazingly, just, it makes me.</p>\n\n\n\n<p>Shutter . I could think about the state of educational technology, but the, um, so rather than doing, um, that, um, they would each have their own site and people would have their own profile and a bit like a kind of proto face Facebook kind of experience. And, um, Radio use had this other bit of software called Manila, which allowed you to do that.</p>\n\n\n\n<p>But this was hideously complex and incredibly hard to put together. And I worked with like some of the IT guys in, um, the school where I was at the time, R M I T, English Worldwide. And we just tried to do it and we kind of got it together and it kind of didn\'t work so. So when, um, I discovered WordPress, I was really enjoying it because, you know, it\'s as, as we all know, it\'s a fantastic blogging platform and it was so much kind of more fun and interesting.</p>\n\n\n\n<p>I could play with things and these plugins, which was so much better than this kind of static publishing thing where you\'d have to tweet gates also, not a coder. Terrible tweaking. I mean, like, yeah, the way back machine will demonstrate [00:06:00] very clearly my, my, my, my, my design and uh, coding talents. But, um, then the, the real thing for me, the thing that when it really kicked off was when I\'m gonna mispronounce his name cuz I always have done that.</p>\n\n\n\n<p>I\'ve never been on to Donica, put together this WordPress m u thing as a side project and I was like, holy shit. That\'s how I can do blogger for the students. They could put this together. Oh my word. And so I just, I just went to town on that and working on that. And I tried loads of examples and set ups and things here.</p>\n\n\n\n<p>And, um, it wasn\'t working. It wasn\'t working. And then, um, I, at the same time, Matt went over to Ireland to, um, to do some work with Donica. I\'m sorry, Donica, please. I really am sort of the misappropriation, , the um, They went over to Ireland and they kind of re re uh, rejigged. What would you, what would you call it?</p>\n\n\n\n<p>Um, oh man, they\'re always doing it in our plugins. Refactored, refactored, WordPress, mu refactored, WordPress mu. [00:07:00] And, um, and turned into this really nice thing and I was like, Oh my God, it\'s even better. And I was having a glass of wine at home one night. And just dood noodling around with this. And, um, I, I owned at that point, I think about like four domain names, or three domain names.</p>\n\n\n\n<p>So I\'d add Insub, which was my blog and a couple of others, like for friends and family. But because I was an edgy blogger, um, I\'d also, you know, I\'d been like, Oh, I wonder if there\'s anything about edgy page blogs. And, and edgy blog.org was available for like, you know, 8 95. And so I was like, Oh, cool. I buy that and.</p>\n\n\n\n<p>Had this, I was sitting on this flat leather couch in the suburb of Melbourne at 7:00 PM couple of glass of red, and I just thought, what about if I put this new WordPress, SMU stuff onto edgy blogs.org and then just posted about it and saw what happened. And so I did that and um, it took a while. It was a bit hard, and I woke up the next day and like 80 people had created.</p>\n\n\n\n<p>I was like, [00:08:00] Yeah, like my, my jaw hit the floor. It was astonishing because all of these people in the blogging community, most people using probably movable type, some people using radio use land as DRO or users, people like kind of, you know, all sorts of different platforms and everyone was. Everyone was interested in WordPress and what WordPress was, but you know, like nobody really necessarily had the capacity or the extra area or even the coding ability to try it out.</p>\n\n\n\n<p>And so you could just set up a WordPress site and play with WordPress. People are like, Oh yeah, hell yeah, I\'ll do that. And, um, I think, um, my, my claim to fame is that, um, that, uh, edgy.org predated wordpress.com by four weeks. So they, they, There you go. See, that\'s where, and, and that\'s why I\'m a billionaire.</p>\n\n\n\n<p>I nothing</p>\n\n\n\n<p><strong>Cory Miller:</strong> I love that. I, I thought I knew the origins of WMU as well, like your company name now, [00:09:00] um, heavy with the, Oh, what\'s, what does image stand for? Multiuse. I think you, So</p>\n\n\n\n<p><strong>James Farmer:</strong> actually, uh, mu actually, here\'s an interesting fact. Not a lot of people No, it\'s actually the Greek letter of the alphabet Mu Okay. Um, which actually was actually done by a little symbol that looks like this, and essentially it means infas or multiple, multiple and things there.</p>\n\n\n\n<p>And so it never was WordPress Mu, it was actually WordPress. But of course, you know, nobody understood that, understood that or figured that out. So it became WordPress mu And then of course later on, um, after, uh, Ida utterly dominated the WPP size, a bottle of domains, WordPress multi-site, which I got a little bit, I got a little bit salty about that change</p>\n\n\n\n<p>But, but, but we survived and we\'re still here.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Uh, so I remember the symbol now that you\'re saying. Um, connected to that way back, so I\'m getting some nostalgia here too, thinking about, because it was always [00:10:00] this cool thing that you could do. And, um, and you did it well with edgy blogs and that\'s how I remember, you know, um, hearing about what you were doing.</p>\n\n\n\n<p>I think it was Word Camp San Francisco, one of the first ones. Mm-hmm. that I think you presented. If I, if I\'m not mistaken. Oh,</p>\n\n\n\n<p><strong>James Farmer:</strong> I don\'t think I presented at it. I don\'t, I did, I did. Um, I did the first. Word Words Camp, um, in the Southern Hemisphere. Um, word camp down un down under, um, in, uh, in Melbourne, in Docklands.</p>\n\n\n\n<p>And so that might have, it might have been from there. That would be, uh, our original kind of thing.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So then Edge bro, edgy blogs took off, I think from what I, what I understand. And then how did, how did you get to Wpm U Dev, what you\'re doing now in some form?</p>\n\n\n\n<p><strong>James Farmer:</strong> So, um, I, I, as, as I mentioned probably mentions route, I\'m, I\'m not much of a developer or a coder.</p>\n\n\n\n<p>I\'m actually not a developer or a coder. And, um, uh, but I, I wanted things [00:11:00] jilo, you know, I wanted this feature or this sort of thing or, and this extra functionality to be added to, you know, like, uh, simple things like, you know, kind of take the remember me box by. Or, um, slightly more complex ones, like where I wanted to put like a donate bus in so people could support it.</p>\n\n\n\n<p>And, um, so I was, um, kneeling around on the forums. Um, with, um, you know, back in the day there was a, I think the, there was a separate, like WordPress move. Forum area. I don\'t think it was part of the original WordPress org one. And I\'m chatting to people and they\'re asking \'em questions and eventually I ended up chatting to this guy called Andrew Billz, who, um, was also on there and asked him like, maybe, you know, if I kind of like gave him, I didn\'t have very much money, a few bucks or something, or if we could do some exchange, I could do something and could he do a few things.</p>\n\n\n\n<p>And so we started pottering. Um, kind of help him, helping me with a few things like that. And also at the same time, he had set up [00:12:00] a site called wpm u dev.org, which, um, he was basically using, uh, essentially wordpress.org was set up for WordPress stuff. It had nothing related to this new mu stuff. It was separate thing.</p>\n\n\n\n<p>And so he set that up in order to basically be plum, who would just be about WordPress. Cause that\'s what we were interested and that\'s what we were playing with. And. So we kind of continued to kind of work together and done those little things. And then around about 2006 when this kind of like progressed on and edgy blocks had taken on, LED started like a sideline of it called Edgy Blocks Campus, which is now Campus press, the education provider, um, the, um, but uh, we, um, interesting campus.</p>\n\n\n\n<p>Best fact, I think I\'m allowed to say it here. We\'re not allowed to put it on our marketing material, but, um, Harvard, um, business school employed Dave Winer for a year as a visiting fellow to set up their blogging platform on Manila. You know, the platform I was [00:13:00] talking about, set off radio use land as an early business thing there, and now Harvard runs on WordPress powered by campus press.</p>\n\n\n\n<p>Which is . That\'s awesome. I know. It\'s so awesome. I\'m so happy about that. It only took like 15 years of like constantly pestering them going, Please, please, please use us. Please let us help you. But yeah, we can\'t be confident in marketing material. But I think you can mention it, someone like that I suppose.</p>\n\n\n\n<p>I suppose I will find out if, um, if we can\'t with some angry emails, in which case, Sorry. Sorry, Harvard, I\'m just boasting cause I\'m pleased about it. Yeah, it\'s a nice story. . Um, the um, but. Uh, so, so basically it, it had progressed and then I got this like contact from a, um, football management game that I\'d actually played, um, saying we\'d like to make a football related kind of thing here, just like edge blogs.</p>\n\n\n\n<p>They found me through edge blogs and, um, to my utter shock, I put forward a proposal for, I think it was like 50 grand. [00:14:00] And they were like, Yeah, that sounds reasonable, . And I was like, What, how could anybody spend this amount of money? Are you insane? And they flew me to, um, San Francisco, um, to do it. I spoke to Andrew.</p>\n\n\n\n<p>Andrew, um, was gonna be the developer and put all this stuff together. I was gonna do the business and the content and the structure and the project management and those things. And we did, we put it together. It was called football united.com. That\'s really cool. But then I said to Andrew, Well, you know, how about, you know, like, rather than, Employing you these things here.</p>\n\n\n\n<p>How about we actually join up together and we, we form a company and we do this stuff together and split it 50 50. And um, he was like, Yeah, cool. And I was like, you know, and um, you could have 10% of ed blogs. What is worth is making no money. And, you know, kind of, we can bring in W P U Dev, you know, this, um, free repository place.</p>\n\n\n\n<p>I didn\'t really have any ideas for it. We can just pull our ideas and work together. And we did. And hence ink. Which is the company name, because it was a free domain name I had lying [00:15:00] around. I was like, Well, I\'ve got this.com, why don\'t we use this? And hence, Y W P Dev then became part of iub.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay, I got it.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p><strong>James Farmer:</strong> The story, story . Yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. I, I always love these, hearing these origin stories because they, um, you know, it starts with this wonder, like you said, I wonder if. We could do this and I wonder if or, or how things evolve over time because like, This started with a, what if that became edgy blogs and then eventually Ink Sub Wpm U Dev kind of came out of that.</p>\n\n\n\n<p>And now we\'re here today in 2020. So it\'s crazy thinking back too. But I love hearing the stories of how they evolved because, uh, I\'m the same way, you know, I\'m not a developer either, and, uh, . So I I love that. Um, okay, so that\'s some of the backstory. I wanted, I wanted to share that or you to share that because I want people to know there\'s some things we could have a whole conversation on.</p>\n\n\n\n<p>Movable [00:16:00] type, right? Some of those Oh yeah. , because I remember that too. And uh, some of the mis moves they made, missteps they made that really helped propel word, presidents level. Yeah. Yeah know. But I wanna set this , right? . I wanna set that stage though, to say you\'ve been doing this a long time, James, and you\'ve seen a lot of the evolution of WordPress and the industry, the market, the growth, some of the things that have changed over time.</p>\n\n\n\n<p>And so it was good to share that story, but we could just camp out an entrepreneurial, But I really want to also, okay, in this. Second step is like, go, Okay, now setting the stage, tell me how, where Wpm U is today. And, uh, then I wanna talk about technology. I wanna talk about the web, and I wanna talk about WordPress.</p>\n\n\n\n<p>And I wanna get your, your thoughts on all these things. So where is Sounds good today?</p>\n\n\n\n<p><strong>James Farmer:</strong> Cool. Right. So, Wp Me Dev today has evolved from its various plugin forms into [00:17:00] something. It\'s somewhere halfway between plugins and a service and a hosting platform. Can you be halfway between three things? Absolutely.</p>\n\n\n\n<p>Um, so. Um, I, yeah, so, so essentially we\'ve, we\'ve offer a, you know, kind of a core suite of plugins, you know, for security performance. Um, we\'ve actually got a really good SEO plugin, but we just marketed terribly by name, name terribly by me. Um, and, um, you know, kind of a form builder and, uh, security, I said security deni already.</p>\n\n\n\n<p>And then we\'ve got like a site management area that, uh, you know, very. To manage WP in some respects, but it allows you to look after all of those different things. But you, first and foremost, really over the last few years has been a hosting product, um, which is, um, built on top of, um, ation and lions infrastructure.</p>\n\n\n\n<p>Well, you node, depending upon your preference there. Yeah. Which, which, which offers a really, a [00:18:00] really different, um, managed, um, WordPress experience that\'s really catered directly for, uh, for resellers. Web developers, freelancers, agencies who are, um, you know, catering to, um, clients who are often small businesses or medium businesses and those things.</p>\n\n\n\n<p>And so we\'re essentially trying to provide all the tools, the platform, the background to save them time, save them money, and help them produce really cool sites. That\'s what we are.</p>\n\n\n\n<p><strong>Cory Miller:</strong> And yeah. And how, how big is your team today?</p>\n\n\n\n<p><strong>James Farmer:</strong> The whole ink sub team is, uh, it fluctuates a bit cuz we, we, we hire quite a lot.</p>\n\n\n\n<p>We try and hire everybody at a junior, um, level or mid level. I mean like our entire exec team is like, you know, people who started basically as junior staff things. In fact, um, I think tmr coo, I turned him down twice, got rejected. It\'s always, always fun to think about you. Not good enough, . Yeah,</p>\n\n\n\n<p><strong>Cory Miller:</strong> he\'s a who by the way.</p>\n\n\n\n<p>I\'ve got to meet him a [00:19:00] couple</p>\n\n\n\n<p><strong>James Farmer:</strong> times. , He\'s, he\'s a, he\'s a, he\'s good value, isn\'t he? He\'s a great manager as well. Um, so, um, yeah. But, um, so we, so the numbers vary, but I think we\'re about 175. 176. Fantastic. Is those Yeah, it\'s cool. It\'s amazing. It shocks me, to be honest with you. I\'m still a. But, um, we are, um, But yeah, we\'ve, we\'ve, we\'ve done some nice things and people, um, meeting up and stuff and we are doing, um, next April, we\'re having our first, not our first, cause we did one in New York back today, but our first proper company retreat and we\'re all gonna go to Bali.</p>\n\n\n\n<p>I dunno if you\'ve been to Bali. It\'s a, it\'s a lovely place in Indonesia, um, just north of, um, Australia. And, uh, we\'re staying over. Yeah, yeah. Bar. Yeah. And so, and so we we\'re going for a week with 60. Is so exciting. It\'s gonna be so cool. It\'s like, I was like, ah, I like do a couple of days work and then mostly just hang out and chat and see.</p>\n\n\n\n<p>You can see the sites, you can go to bars, you [00:20:00] can do all sorts of different things. But um, yeah, I\'m, I\'m, I\'m super excited about that.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I get that elbow time. Well, I love that and congratulations to hear kind of the before, how it gets started now today, and one thing, you know, I paid attention to Wpm U Death for a long time, but a couple things I\'ve always admired is, one is you have a tool set of things that if you wanna build.</p>\n\n\n\n<p>Or press sites and things like that. You\'ve got it like it seemed like grown over time. I\'d go back when I was still running Ithe and go, How the heck are they doing all of this stuff with</p>\n\n\n\n<p><strong>James Farmer:</strong> like this? Yeah. Yeah. With a great deal of effort.</p>\n\n\n\n<p><strong>Cory Miller:</strong> And I\'ve been on the emails for a long time too, and I\'ve always admired too the content production that you all have done historically through Wpm U Oh, thank you so.</p>\n\n\n\n<p>So cool. Well have fun in Bali for sure. And tell Tim, um, uh, hi</p>\n\n\n\n<p><strong>James Farmer:</strong> for me. I will, I\'ll pass it on. He said he was looking forward to the live version of this. [00:21:00] He got some. I bet he, I was gonna sit back, but, uh, But it\'s all good. He can, uh, this way he can watch it as many times as he liked.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Exactly. Then he can\'t throw tomatoes and different things at us</p>\n\n\n\n<p>Well, okay. So thank you for that. And then I wanna come back as we wrap up and talk about what you\'re doing, what you\'re excited about, uh, with Wpm U as well, and, um, one of the, you know, pioneers in the space and WordPress and the product space. Um, but I wanna take some time and I wanna get your thoughts on some things.</p>\n\n\n\n<p>Okay? Sure. So, and with all this experience and what you\'ve seen, the evolution and all, you know, the ups and downs of entrepreneurship as well, but you. What\'s your, what\'s your outlook today? And this is the, I\'m gonna just start with the big one, the word press. You\'ve seen, you\'ve been there</p>\n\n\n\n<p><strong>James Farmer:</strong> for the, Sorry, sorry about the camera.</p>\n\n\n\n<p>Doing all sorts of things.</p>\n\n\n\n<p><strong>Cory Miller:</strong> No, no, I like it cuz I, I want one because I\'ve just got a static one. You\'ve got one that moves, but, um, so, [00:22:00] As you look at, you see you\'ve been there. Uh, I think we were talking like early on with WordPress, even before mu uh, mu, excuse me, was like rolled out and stuff. And I think I came in, I was telling you before we were, we started recording that.</p>\n\n\n\n<p>I think I came in somewhere in the two range, you know, when it was still blue and why, and it was like just one little horizontal menu and I was like, this is the best thing on earth. But you\'ve seen a lot. And so the first thing I wanted to ask out of the gate, Um, what do you think right now where WordPress is?</p>\n\n\n\n<p>What\'s your outlook on where we are today, how it\'s grown, and any thoughts around just WordPress today?</p>\n\n\n\n<p><strong>James Farmer:</strong> Ah, yeah, so. I mean, you know, it\'s, it\'s, every article about WordPress starts with WordPress powers. X percentage is a web. And you know, it does this and it does that. And I, I think if I was a, if I was a betting man, not besting man, but if I was, I would say that, um, where we\'re at now in [00:23:00] terms of saturation is probably about where we\'ll be.</p>\n\n\n\n<p>I think it\'s, um, I don\'t think there\'s gonna be, um, um, a, uh, any necessary kind of, um, growth, um, apart from, you know, general growth as a web and people trading sites and so on, um, in a percentage market share. And I think that that\'s basically down to, um, the, uh, Squarespace, uh, Shopify reification of, um, of, uh, of, of the world.</p>\n\n\n\n<p>I mean, um, there\'s more and more people who. Able to use both because it\'s easier and because it\'s more accessible and know about tools like Squarespace, you know, everybody pretty much does. And, you know, and even, you know, MailChimp and so they\'re trying to come out with their versions of it, and they do a pretty decent job.</p>\n\n\n\n<p>Um, so if you are, um, a small business, which, or then, which is, like I said, Members, their clients, um, their clients are looking at like a kinda square space setup for , say, [00:24:00] might cost them two or 300 bucks a year. Or they\'re looking at hiring a web developer and getting this done and this done, this done.</p>\n\n\n\n<p>And that\'s like, I dunno, say let\'s say three to 10 grand a year. Then it\'s, it\'s like, well, I\'ll just put in the yards and figure it out myself. And I think that\'s a lot of that\'s gonna be happening and continuing to happen. I\'m optimistic in terms of WordPress pertain its market share because of course, you know, these third party platforms just don\'t have the flexibility or the options.</p>\n\n\n\n<p>And, um, also because, you know, they\'re heavily debt funded and, uh, they need to make money. And in doing so, they need to offer the kind of support and different levels and so on and so forth, which means that your square space, your square space, basic decent site with maybe a shopping card on it, is going to go towards five, $6,000 a year.</p>\n\n\n\n<p>Um, possibly more, you know, maybe even kind of like two grand and then all of a sudden it starts to be, Oh, actually, well this is a more comfortable kind of [00:25:00] area. And we\'re, um, we are trying to make, um, one of the things we\'ve got rolling out next year is we\'re trying to essentially allow our. Members to create a kind of square space type automated provision environment with funky templates and all the cool things and WordPress built into it all their own templates so that, um, they can, you know, essentially have a, kind of build your own site option, which they can offer for their particular niche or area or those sorts of things.</p>\n\n\n\n<p>So I\'m hoping that we\'re doing our bit to, uh, to help us keep, keep up with the, um, with the Super Bowl ad buyers , but it\'s still, you know, it\'s a rough and tumble.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So this, this is something I\'ve seen change in piggybacking on what you did. You know, when I started Ithe in 2008, um, it was the Wild West with themes because they wanted that kind of, you know, experience to be able to find a good theme and kind of do it themselves.</p>\n\n\n\n<p>Or a builder, a freelancer, kind of take it, mold [00:26:00] it. , and it\'s interesting over time, particularly with I Teams, we go, Okay, themes are getting saturated, and then you see this dynamic you talked about with Squarespace starting to come in going, and it felt like to me, James, that it, those players out there that didn\'t exist when WordPress was for sure getting, its like upward momentum didn\'t really exist and WordPress became an option.</p>\n\n\n\n<p>Then over time, I was like, Golly, if you look into even web. Come into win flow and thinking that the tools around in the competitive landscape have gotten way better. You know, there\'s great experiences and it seems like it\'s shifted the market where it\'s the focus is a little bit more like, You\'re serving small businesses, for instance, and this web designer freelancer comes in and goes, Okay, you want this experience that\'s a little bit more complicated than you would, you could probably get on your own right now.</p>\n\n\n\n<p>Yep, yep, yep. It seems like, like the agencies and the freelancers I talked to, they\'re, it\'s, it\'s like, I wondered the other day, I was like, Okay, what, What happened to the, [00:27:00] you know, $2,000, $5,000 website? Mm-hmm. and back in the day, You know, you could get, like, that was, that was, that was the heyday of that.</p>\n\n\n\n<p>But I\'m, I\'m interested in your thoughts there too, like from those trends in WordPress, have you seen that too? Where it\'s like, there\'s really good options out there now? You said freedom and I, I\'m, I ring that bell as well and I, that\'s why I love WordPress. Cause I can do whatever I want with, and I\'m not locked in, but Yep.</p>\n\n\n\n<p>You know, some of those trends that you\'re seeing too out there with WordPress and its position in the market. I\'m, I\'m curious to hear your thoughts. That.</p>\n\n\n\n<p><strong>James Farmer:</strong> Yeah. Yeah. It\'s, um, it\'s, uh, it\'s, it\'s fascinating. Um, and we, we talk to our members a lot. We do a lot of, um, surveys and where, where they\'re heading out, and I, I, there\'s a lot of very healthy businesses and there\'s a lot of people going in, in, in for it.</p>\n\n\n\n<p>But there\'s also, um, a lot of people who are receiving pushback from people in that are looking at that part. Kind of like, um, dollar bracket, if you will. I mean, when you\'re, when you\'re talking about, you know, [00:28:00] kind a kinda a medium size business, you know, of someone who\'s actually looking for, you know, a whole range of different things, and of course they\'re gonna need WordPress means patiently obvious.</p>\n\n\n\n<p>You know, you can\'t, um, have the, um, you know, the capacity to, um, offer anything near or even. Or even match the, um, how would I put it? The kinda regulatory, uh, requirements, um, that, um, you would be looking for and the level of support and the level of those things. And that, that\'s, that\'s, that\'s tied up.</p>\n\n\n\n<p>That\'s not going anywhere. But, um, it\'s the, um, it\'s the people. Say for example, um, I mate who runs a gym, You know, he\'s very much, his position is, ah, yeah, I\'ve got a square space website. I don\'t particularly like it. It\'s a bit annoying and I have to learn all this shit, but you know, it\'s a couple hundred bucks, 300 bucks, and I\'m not gonna spend five grand on something.</p>\n\n\n\n<p>That\'s the person, that\'s the segment that\'s gonna be a problem. And the that segment is, is huge. There\'s a lot more of them. Out there and while it might not be, uh, the big bucks, you know, [00:29:00] uh, well the medium bucks, the, um, the, uh, it\'s, it\'s, it\'s super important and we are really trying to find ways to help people actually, you know, have an impact on that segment.</p>\n\n\n\n<p>So, for example, like, um, with, um, you know, say our hosting, I\'m gonna say like, we\'ve got this new hosting product called, Which is a $4 or $3 60 a month managed WordPress hosting, which is pretty damn good. If you ask me. It gives you your own IP address. It gives, but anyway, I\'m not selling it there, but it\'s just something I\'m really excited about.</p>\n\n\n\n<p>So if someone runs up a quantum site with a, say photography portfolio thing for like a wedding photographer or something, and then they run it on our system, then the all that they would have to spend essentially is $3 60 a. Um, they could put the template, everything in place. Um, we\'ve got a domains thing that\'s running out next week where, uh, we\'re actually doing wholesale domain pricing for all of our members who are like on the, our agency package.</p>\n\n\n\n<p>So $11 50 for like, um, a.com. [00:30:00] Every month. No. No stupid discounts, No nothing. They can sell that to their customer for 20 bucks. They can sell them the hosting package for another 20 bucks or 25 bucks, and they can have a support add on or an extra theme for another 30, 40 bucks so they can actually, and they can have that automatically deployed on their site.</p>\n\n\n\n<p>For their customer who\'s then going to be paying them 80 bucks a month for their cost of under $15. And that\'s before you talk about support and all of those other different maintenance and things you can add to it. Um, and that makes it competitive to Squarespace.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Well in, and you look at across the industry too, and it\'s like, I saw that email by the way, and I was like, I remember the days where you could.</p>\n\n\n\n<p>Hosting for that and try out your idea. Even if you\'re like, for me, it\'s like you said you had a couple domains sitting around, Well, I got way too many, but you know, you have an idea. Deploy it. See you can get it, get it going, but you\'re not, your [00:31:00] investment isn\'t big. Too big on that. And so I love that, uh, too.</p>\n\n\n\n<p>Yeah. So I\'m curious, um, Getting down a little into WordPress too, cuz you\'ve seen a lot seen where it\'s gone and evolved is, you know, some of these big ones like Gutenberg, the code editor. Yep. Um, and I\'m curious, you know, the direction too of WordPress, uh, I, I don\'t like to say this, but in web terms, WordPress is ancient.</p>\n\n\n\n<p>Like it\'s, it\'s code. That\'s what, 20 plus years here now we\'re talking about, you know, and you\'re like, but in web term it feels young still to me. But in web terms you\'re like all these new startups, some of this technology didn\'t exist when WordPress rolled out. Yep. But I\'m curious about your, your thoughts on the direct.</p>\n\n\n\n<p>Of the platform too, and things like, I\'m gonna, I\'m gonna put in the buzzword, but it\'s a good buzzword, which is Gutenberg and the code editor and get your thoughts around that. And where, where direct, you know, how does it best WordPress best [00:32:00] position itself to continue to democratize the web.</p>\n\n\n\n<p><strong>James Farmer:</strong> Yep. Um, yeah, it\'s a great question and, um, I think it, it bears a lot of challenge for the future growth.</p>\n\n\n\n<p>Um, in, in, in my, in my opinion. I, it\'s a kind of, Not necessarily a very popular one, but, um, I think I, I would say that the, um, WordPress has succeeded cause, well it succeeded cuz it was open source in the first instance and yeah. As it has in beer, um, compared to, you know, your movable type competitors. But also it had this, it succeeded because of plug-ins and themes.</p>\n\n\n\n<p>Because of its ease of integration, because of the simplicity, because of the way that things held together. And it, uh, because it allowed people to create these sorts of websites that, um, you know, you could play around with and do it, it achieved critical mass really quickly from that, and it just grew, which is why it\'s gonna dominate that more complex website space forever, because it allows more complex websites and more playing.[00:33:00]</p>\n\n\n\n<p>Now Gutenberg, I don\'t know a great deal about Gutenberg, apart from the fact that I tried to make Guten. In 2014, I gave it a red hot Go. I was like, Okay, Squarespace, these drag and drop editors, these wicks web.com are actually really, really dangerous. Good platforms that have got a problem here.</p>\n\n\n\n<p>WordPress has these wonderful themes that are out there like ims. Absolutely, and you know, and all of these other stuff, but none of the, All of these are developer friendly. All of these are short code functioning. All of these are requiring to do CSS and these things. We need a simple drag and drop suite, um, theme that, that anybody can use in a straightforward way, and we try.</p>\n\n\n\n<p>I had a go, It was called upfront. Remember, we spent absolute fortune on it. I spent an absolute time on it and I discovered that. I\'m not talented enough. , and I think we were, we were, we, we didn\'t those us two [00:34:00] problems. The first was in terms of design and concept, we were fairly close. Like we were okay-ish.</p>\n\n\n\n<p>We had some things and I look at Gutenberg now and I\'m like, Oh yeah, I remember that. That\'s, that\'s a really cool challenge. And this, I really like how they\'ve done that and it reminds me of very much of up front. And we had some really talented people working on it. Got Victor, who I used to work with, was like leading end.</p>\n\n\n\n<p>It was really cool stuff. But we definitely didn\'t have the technical skills. We were nowhere near, like, we, we just couldn\'t, we just couldn\'t iron out the bugs. We couldn\'t put it together. We couldn\'t make it work seamlessly. There was too much, um, load on it. It was started in such way, didn\'t know how to project management, you know, It was just too hard.</p>\n\n\n\n<p>So we failed with it. Just a shame. And because it was, we had to go, we gave it a crack. And I see the same thing happening with Gutenberg because it, it looks like exactly the same things. My problem with Gutenberg, Isn\'t, um, isn\'t how it works or what it does. Cause I, I think it\'s really pretty cool. It\'s really interesting and I\'ve spent a lot of time, I have a lot of [00:35:00] amazing people working on it.</p>\n\n\n\n<p>I think it\'s got a really good future. My problem with Gutenberg is it is baked into WordPress and the WordPress has succeeded because it\'s been an open place where you have a marketplace and a selection of people innovating and trying and creating new things. Themes, for example, across those different things.</p>\n\n\n\n<p>I have absolutely no doubt in my mind that element or divvy or whatever is coming after them. Those guys. Would, or perhaps, perhaps still will, who knows? But would be much better. Z berg vastly better, purely because of competition, because of range of, uh, people going at each other, because of financial incentives, because of capitalism.</p>\n\n\n\n<p>Call it that, you know? Right. Um, it, it\'s, it\'s, and, and cause that\'s what\'s happened in WordPress since, um, and that\'s what\'s very WordPress. And so the baked in nature of Gutenberg, um, you [00:36:00] know, versus, you know, these other options is, um, and I think, you know, that\'s the, that\'s the problem. It\'s a bit sad, really.</p>\n\n\n\n<p>I kind of, you know, it, it, it\'s, I, I, I wish it had just stayed as a theme that, you know, um, Maybe automatic could have made it a competitor to these things, you know? And they tried to grow it in the same way as they\'re doing jet pack and those things. And that\'s great. And I think, um, it would\'ve had a better chance as well because it would\'ve been pushed by other people in that competitive space and direction and just make it a purity commercial model rather than, this is the thing as well.</p>\n\n\n\n<p>I mean, as a commercial model, like the stuff I\'m doing, obviously WordPress is, is, is great and it\'s wonderful. And the open source community and the way that they work through it and the way that it\'s learned and matured is brilliant. And I. Everybody\'s on it with all my heart because I wouldn\'t have a business otherwise I wouldn\'t be able to do this stuff without them.</p>\n\n\n\n<p>It\'s absolutely brilliant. But cause I\'m a, I\'m a private company. I am, we are a private company. We don\'t have investors at share those sort of things here. We [00:37:00] can make decisions that are unpopular. Or that, um, that people don\'t like. We kill 90% of our plugins. You know, we, we, we can do things that you can\'t do in an open source community because like, well, you can do them, but everyone will leave or hate you or just have a huge palava and things there.</p>\n\n\n\n<p>I, I, I think innovation doesn\'t happen. That well in that environment. I think lots of great things do, but I think innovation happens when we are competing against each other and trying to do cool new things and get stuff out there. Yeah, I totally see that end ran .</p>\n\n\n\n<p><strong>Cory Miller:</strong> No, I totally see that. I think that\'s such a good perspective to share in, in the space in our ecosystem or community.</p>\n\n\n\n<p>Um, if you don\'t mind, uh, we were talking before and you\'re like, I, I think it should have stopped at this version. And I was like, What do you, what happened to that version? And would you share that too? Because I think</p>\n\n\n\n<p><strong>James Farmer:</strong> I, I think I said, I think I said that. Well, yeah. [00:38:00] Just before, I think I said that WordPress peaked at 0.72.</p>\n\n\n\n<p>Yeah. , and I, I heard obviously WordPress now is vastly better than North 0.72, but, and, and I\'m not entirely sure. It\'s no 0.72, Please fact, check the hell outta me. Whoever\'s out there. But essentially as soon. As soon as, um, the, uh, integration, the seamless, beautiful, amazing integration of plugins and themes and the hooks and everything that allowed that to, it rolled into WordPress.</p>\n\n\n\n<p>That was the peak of WordPress innovation, and it was brilliant. And it has been led to all of these different things here. Um, and. Since then, WordPresses has not been revolutionizing things, It has not been transforming things interesting in the way that you talk about interesting Emberg name. Cause of course Emberg, you know, was a revolutionary technology.</p>\n\n\n\n<p>I don\'t think it\'s a revolutionary theme or revolutionary, you know, way of processing or making things. Um, because I think that\'s when, that\'s when WordPress kind of peaked and with, [00:39:00] has just been kind of evolving since otherwise, um, whereas the innovation\'s been happening on the side.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, so that that kind of times was a lot of the discussion.</p>\n\n\n\n<p>In the product space, particularly with plugins around wordpress.org and things with our product members at post status. And I think that\'s so compelling to say too because I, I really appreciate there\'s a, in that, is that there, the ecosystem, the product ecosystem. We might have called them premium one day, but another commercial, whatever name we\'re gonna put on \'em.</p>\n\n\n\n<p>But, um, and, and when this conversation came around that, around the active installs, um, data, you know, my first question was, and this is one I want to kinda ask you too, is our plugins, our plugins, themes, third party stuff, whether they\'re free, paid, whatever in between, essential to WordPress, Past and essential to WordPress future.</p>\n\n\n\n<p>And so I\'m gonna submit that to you because I wanna hear your thoughts on that. I have [00:40:00] my own opinions, but I wanna hear</p>\n\n\n\n<p><strong>James Farmer:</strong> your . There\'s a lot of opinions aren\'t there, about the, um, the in-store thing? I, I, I have to admit, I\'ve been, uh, I\'ve been lurking quite actively in those discussions and yeah, we\'ve been having a few internal chats about it as well, because of course, it\'s important to us, you know, we want to know how well our or, or not, how well our plugins are doing.</p>\n\n\n\n<p>I mean, we, for example, we\'ve seen. Uh, SMASH recently, um, over the last year or so was one of our, our leading plugin. It\'s the big thing that, you know, people really like. Um, and actually started to lose, um, some market share to, um, some of our competitors like, uh, u and um, short Pixel and those things. And these are, these are fine plugins and they do great job and, you know, but I was.</p>\n\n\n\n<p>Hang on. You know, I thought we were really good at this and we\'re doing this really well. Why are we losing this? And the reason we were, And so we looked into it, we did a huge amount of discovery and um, we, we found some things which we thought, Oh, okay, our bulk must limits too low. Okay. [00:41:00] Alright. Our background image optimization isn\'t working.</p>\n\n\n\n<p>We\'re having to have people keep it over. Our new user experience for the first, like kind of five clicks, um, things. There isn\'t that. Compared to these guys. And so we dived into it and we worked our butts off to improve it. And we\'re rolling out improvements at the moment. And just, just as the, uh, the plugin active install growth stuff disappeared, we were back to level, like up from North Point one to North Percent and we were all cheering.</p>\n\n\n\n<p>We were like, every week we\'d see it update on Sunday and we\'re like, Yes. You know, And it started to get towards positive territory. We\'re back baby, and. Yeah, it was, um, it was pretty gutting to kind of suddenly have it go and to not get that kind of feedback loop that we were doing good things and creating good things.</p>\n\n\n\n<p>Now, having said that,</p>\n\n\n\n<p>I think the reason the most, the most the reason for the active installs being removed, which was [00:42:00] given in the track ticket or whatever things, there not enough obs. Not sufficiently obs. If I pronou, I can\'t remember. It\'s one of those words. I can never, I can never get out. No, not sufficiently hidden.</p>\n\n\n\n<p>Let\'s say that, let\'s translate it to there. I think that\'s, um, a good reason to get rid of it. I think that, not to get rid of them to improve, I think that, um, I think that a good way to think about this is think about what the internet would be like if Google published their algorithm, like literally published it.</p>\n\n\n\n<p>I mean, they, they will say, We do publish it. We\'ve got a page guidelines and 60 pages, 90 pages. I\'m. Yeah, that\'s good. And that\'s a guide and we go by that, and that\'s really helpful. But I wanna see the actual algorithm, the actual code that shows how you display these things here. I will tell you what will happen if that happened.</p>\n\n\n\n<p>If that happened, the entire internet would be destroyed because it would be immediately dominated by a bunch of machine [00:43:00] learning bots going through Google\'s algorithm and spitting out things that matched it. The people who were able. When it updated the people who were able to more quickly respond. So this would be why.</p>\n\n\n\n<p>It\'d be machine learning AI stuff and change their sites to fit into this new algorithm would be the winners. And so you would have an internet that was basically written by computers for computers and it would be absolutely rubbish. And that\'s why. Google don\'t publish one of the reasons, but that\'s a very, very good reason for Google not publishing its algorithm.</p>\n\n\n\n<p>And the same is true for plugins and plugin pages and all of those different things. If we know exactly as a, as a business owner, if I know exactly how it is, I can get my plugin to rank above yo and get smarts. That position. Yes. Well, I\'m damn well gonna. And I\'m gonna do it hard, and I\'m gonna actually devote probably most of the resources of the company to figuring out how that happens and how we can quickly respond things there.</p>\n\n\n\n<p>And then all that we\'re gonna get is a sea of plugins [00:44:00] with solitary purpose is to rank hires and yos and not immediately use a users once they install them, or at least get them to create an API key or give me a lead or do whatever it is, these sort of things. And that would not be good for WordPress or plugins.</p>\n\n\n\n<p>And essentially what they\'re saying is that the plug. Code for ranking the code for, you know, kind of making plugins, appearance things. There wasn\'t actually, it was a bit too obvious. And there are people out there who are a hell of a lot smarter than I am. Lots of, not very hard. There\'s lots of people out there, lots smart than I am who have essentially cracked the code.</p>\n\n\n\n<p>They\'ve figured out how to do it, and they\'re constantly cracking the code and they\'re constantly going through it. I think I remember, um, one, there was something about how many support tickets you had and how many support tickets you closed, and so people were creating support tickets for themselves, and then I swing them with somewhat general things and stuff and attaching it to the plugin, all sorts of sketchy.</p>\n\n\n\n<p>Happening left, right, and center. And [00:45:00] essentially, yeah, the, It was too obvious. It was too, there. People were gaming it and this was gonna produce a world of ship plugins that are basically existing in order to just climb the charts and do the machine learning thing. Now, what would\'ve been better would\'ve been if they\'d just improved the algorithm.</p>\n\n\n\n<p>Or made it to the point at which ally Google, you know, back in the day in 2002, you could game Google. You could SEO hack. Yep. You could do, You could do these things. You can\'t anymore. Right? You can. You can. I mean, there are bits and bobs, but you wouldn\'t want to because it\'s too dangerous. You might get caught.</p>\n\n\n\n<p>And also it\'s just a bit too challenging and it\'s too clever in these thingss here. What would be great would be just, they just, they just improved that they just had a big ass project to improve the plug, the plugin algorithm, I don\'t care if it\'s open source community, I don\'t care if it automatic, writes every single part of that code and contains its proprie information and never lets anybody see it.</p>\n\n\n\n<p>But then that would enable those stats to stay in place. And that\'s my complaint. That\'s my complaint about it, is like, [00:46:00] Guys, you just pulled something. It was so bloody important and I know why you pulled it. It makes perfect sense why you pulled it. Like, couldn\'t you have just, you know, been done something better?</p>\n\n\n\n<p>Yeah. Could you have been smart enough to actually solve it in another way? And they, they say that they will, um, you know, this is, the intention is to come back with the bigger and better and things here, but like, man, was it, was it that bad? Was it that much of a problem that, Cause it wasn\'t, we weren\'t like machine, like I said, learning.</p>\n\n\n\n<p>We were. We were checking out our onboarding process. We were reviewing our complaints by users. We were doing deep surveys. We were doing third party like kind of um, user testing.com, things where people actually log in and you watch them talking through the process and the problems we have to improve our stuff.</p>\n\n\n\n<p>And now we are like, Oh know if this is working . And I\'m like, I mean like we could a shooting in the dark and that\'s the majority of people. And there might have been some people who were getting an advance and screwing around with it, but couldn\'t you have just spent the time to [00:47:00] improve the algo and then just switched it rather than dumping us on us, which feels horrible and draconian and alienates people, and stops me from improving smush like I\'d.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, and I go back to what you said, which is, you know, the, the what, the third part, you know, the plugins and themes out there have done is helped WordPress innovate and continue to say simple enough as a core, and then you extend as you need it for those complex things that you might have. And you know the question I ask.</p>\n\n\n\n<p>It. I think, I hope when I say our plugins essential to WordPress is continued growth and health. I think that, I hope the answer is, uh, resounding heck yes. The second question that I think this particular issue illuminates is how do we continue to better support, and this is part of the role post status, is how do we continue to support plugin, the plugin ecosystem.[00:48:00]</p>\n\n\n\n<p>Uh, even better, you know? Mm-hmm. is take this as an opportunity to say this is essential. This is why WordPress has grown. It will continue to grow. Mm-hmm. , and it will continue to innovate. And then the question becomes, how do we continue to foster and grow the health and support of those vital plugin developers out there creating the next whatever thing it is.</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p><strong>James Farmer:</strong> Well, yeah, go ahead. I mean, I, I dunno, it, it\'s your business and I, I, I, you know, there are loads of different ways to do it. I didn\'t wanna straight off just answer it, but I, I think what you could do in this first instance is you could look at a community project, um, where people actually collect, um, plugin, um, install.</p>\n\n\n\n<p>And pool it so that you are able to have a bunch of people sharing data to say, This is how things are going, and this is how things are not going. I mean, if wordpress.org won\'t do it, then why don\'t we? Yeah, that\'s, that\'d be, that\'d be my thought.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, I [00:49:00] know we\'re, we\'ve run it over time actually, but I really appreciate this.</p>\n\n\n\n<p>Maybe this\'ll be part two is where we dig into some of these things too. Cause I really wanted to, I think you got to, um, to share some of the things you\'re doing, but I wanted to talk about. Wmu and your future there and what you\'re planning. Um, but maybe that\'ll be part two. I know we\'ve kind of gone along, but James Farmer, thanks so much for this.</p>\n\n\n\n<p>I think this was our teaser for part two, by the way, . Oh no, I\'d love to. Thank you. Uh, we gotta talk more often cuz uh, uh, we\'ve got a lot to talk about still, but, uh, James, thanks so much for being on the, uh, post status draft podcast and, uh, I appreciate your time and it\'s good catching up with you and hearing your story, sharing some of your thoughts too, I think are, are really critical for our ecosystem as a whole.</p>\n\n\n\n<p>So</p>\n\n\n\n<p><strong>James Farmer:</strong> thank you. Ah, it\'s, it\'s been a pleasure. Thank you for having me, Corey. You bet.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Thanks James Farmer. And by the way, tell, um, Wpm U Dev, uh, check out what they\'re doing. Um, cool stuff they\'ve got going on there. You got so many things going on that they, I can just say go [00:50:00] check it out. See what they\'re doing.</p>\n\n\n\n<p><strong>James Farmer:</strong> Yeah. Yeah. A we\'ve got a, yeah, we\'ve got a free level. People can play around with stuff as well, so give it a go. We didn\'t used to have a free level. It\'s a have fun, have a, have a, have a tweak.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Will do. All right. Thanks everybody for being, uh, listening in and, uh, we\'ll be talking to James I\'m sure very soon.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 11 Nov 2022 18:24:47 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Do The Woo Community: Tumblr Showing Some Woo, Enterprise and Returning WooCommerce Office Hours\";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:28:\"https://dothewoo.io/?p=73462\";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:94:\"https://dothewoo.io/tumblr-showing-some-woo-enterprise-and-returning-woocommerce-office-hours/\";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:474:\"<p>Conversations about Woo running Tumblr payments, the WordPress enterprise space and return of WooCommerce Developer Office Hours.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/tumblr-showing-some-woo-enterprise-and-returning-woocommerce-office-hours/\">Tumblr Showing Some Woo, Enterprise and Returning WooCommerce Office Hours</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";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, 11 Nov 2022 10: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Post Status: WordPress 6.1.1 • FSE → Site Editor • Twenty Twenty Three\";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:32:\"https://poststatus.com/?p=143044\";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:85:\"https://poststatus.com/wordpress-6-1-1-fse-%e2%86%92-site-editor-twenty-twenty-three/\";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:15528:\"<h2 id=\"h-this-week-at-wordpress-org-november-7-2022\">This Week at WordPress.org (November 7, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Get a look at the latest default theme, Twenty Twenty-Three! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a8.png\" alt=\"🎨\" class=\"wp-smiley\" /> Full Site Editing has a new name: “Site Editor.” <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /> And WordPress 6.1.1 will be released on November 15. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" /> </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Introducing Twenty Twenty-Three!</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f446.png\" alt=\"👆\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/11/wordpress-6-1-1-rc1-is-now-available/\">WordPress 6.1.1 RC1 is now available</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3d7.png\" alt=\"🏗\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">Site Editor: A More User-Friendly Name</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a8.png\" alt=\"🎨\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\">Introducing Twenty Twenty-Three</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4d0.png\" alt=\"📐\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/04/wordpress-6-1-1-planning/\">WordPress 6.1.1 Planning</a> <br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bb.png\" alt=\"💻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">Improving the contributor experience: GitHub Codespaces for WordPress Core</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News<a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a></h2>\n\n\n\n<ul>\n<li> <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">Site Editor: a More User-Friendly Name</a></li>\n\n\n\n<li> <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\">Introducing Twenty Twenty-Three</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-17 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/11/04/wordcamp-mentors-november-check-in/\">WordCamp Mentors’ November check-in!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/11/03/community-team-meeting-agenda-for-nov-3-2022/\">Community Team Meeting Agenda for Nov 3, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/11/03/update-global-meetup-reactivation-project/\">Update: Global Meetup Reactivation Project</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/11/wordpress-6-1-1-rc1-is-now-available/\">WordPress 6.1.1 RC1 is now available</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/04/wordpress-6-1-1-planning/\">WordPress 6.1.1 Planning</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/wordpress-6-1-misha-retrospective/\">WordPress 6.1 ‘Misha’ Retrospective</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">Improving the contributor experience: GitHub Codespaces for WordPress Core</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">What’s new in Gutenberg 14.5? (9 November)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/07/a-week-in-core-november-7-2022/\">A Week in Core – November 7, 2022</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/dev-chat-summary-november-9-2022/\">Dev Chat summary, November 9, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/07/editor-chat-agenda-9-november-2022/\">Editor Chat Agenda: 9 November 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/03/core-editor-chat-summary-2nd-november-2022/\">Core Editor chat summary: 2nd November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2022/11/07/design-share-oct-24-nov-4/\">Design Share: Oct 24-Nov 4</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2022/11/09/nominations-for-hosting-team-reps-2023/\">Nominations for Hosting Team Reps 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/09/agenda-wordpress-global-marketing-team-meeting-november-9-2022/\">Agenda: WordPress global Marketing Team meeting, November 9, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/07/notes-global-marketing-team-meeting-november-2-2022/\">Notes: Global Marketing Team meeting, November 2, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/08/performance-team-meeting-summary-8-november-2022/\">Performance Chat Summary: 8 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/10/31/plugin-review-team-31-oct-2022-%F0%9F%91%BB/\"></a><a href=\"https://make.wordpress.org/updates/2022/11/08/plugin-review-team-status-7-nov-2022/\">Plugin Review Team Status: 7 Nov 2022</a> </li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/08/agenda-weekly-polyglots-chat-nov-09-2022-1300-utc/\">Agenda: Weekly Polyglots Chat – Nov. 09, 2022 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/08/call-for-polyglots-team-representatives-2/\">Call for Polyglots Team Representatives</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">Now we have a sustainability channel in Making WordPress Slack, what should we do?</a></li>\n</ul>\n\n\n\n<h2><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2022/11/agenda-support-team-meeting-thursday-november-11-2022/\">Agenda: Support Team Meeting Thursday, November 11, 2022</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/11/08/test-team-update-7-november-2022/\">Test Team Update: 7 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2022/11/09/themes-team-meeting-notes-november-08-2022/\">Themes Team Meeting Notes – November 08, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/08/themes-team-update-november-08-2022/\">Themes team update November 08, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/choosing-accessible-contrasting-dark-theme-colors-for-online-workshops-and-tutorial-videos/\">Choosing accessible/contrasting dark theme colors for online workshops and tutorial videos</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/training-team-meeting-recap-for-november-1-2022/\">Training Team Meeting Recap for November 1, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/07/project-thread-content-localization-foundations/\">Project Thread: Content Localization Foundations</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/07/meeting-agenda-for-november-8-2022/\">Meeting Agenda for November 8, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/01/summary-update-courses-currently-in-development-1-november-2022/\">Summary Update: Courses Currently in Development or Published (1 November 2022)</a></li>\n</ul>\n\n\n\n<h3 id=\"h-lesson-plans\"><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/panduan-membuat-rencana-pembelajaran/\">Panduan membuat Rencana Pembelajaran</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/\">Intro to the Site Editor and Template Editor</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-developing-blocks-without-react-part-1\">Let’s code: Developing Blocks without React! – Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-developing-blocks-without-react-part-1\">WordPress development live stream: Developing Blocks without React! – Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-chromes-developer-tools\">Using Chrome’s Developer Tools</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=intro-to-the-site-editor-and-template-editor\">Intro to the Site Editor and Template Editor</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-the-navigation-block-2\">Using the Navigation Block</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=what-is-seo-search-engine-optimization-2\">What is SEO? (Search Engine Optimization)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=the-right-way-to-customize-a-wordpress-plugin-theme\">The Right Way to Customize a WordPress Plugin/Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-demystifying-theme-json-and-global-styles\">Builder Basics: Demystifying theme.json and Global Styles</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-building-with-columns-groups-rows-and-stacks\">Builder Basics: Building with Columns, Groups, Rows, and Stacks</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-exploring-block-layout-alignment-and-dimensions\">Builder Basics: Exploring Block Layout, Alignment, and Dimensions</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-how-to-curate-the-editing-experience\">Builder Basics: How to Curate the Editing Experience</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-6-1-exploration-2\">WordPress 6.1 Exploration</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-6-1-exploration\">WordPress 6.1 Exploration</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos are now auto-published to YouTube</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 11 Nov 2022 00:46:03 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"WPTavern: Gutenberg’s Roadmap for a “Font Library” Will Give Users an Interface for Registering and Managing Web Fonts\";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:30:\"https://wptavern.com/?p=139421\";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:126:\"https://wptavern.com/gutenbergs-roadmap-for-a-font-library-will-give-users-an-interface-for-registering-and-managing-web-fonts\";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:4144:\"<p>WordPress’ <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> plugin, which is used for creating a new theme, blank theme, child theme, or style variation, has a dedicated screen for managing fonts. It lists and previews all the font families and font faces embedded in the theme and allows users to embed Google fonts, embed local font assets, and remove unused font weights.</p>\n\n\n\n<img />\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>WordPress theme developer Carolina Nymark <a href=\"https://twitter.com/carolinapoena/status/1590207811681935362\">commented</a> on Twitter yesterday about how useful it would be to have this as part of the Site Editor. Gutenberg lead architect Matías Ventura <a href=\"https://twitter.com/matias_ventura/status/1590278101053104128\">responded</a> with links to the roadmap for font management in core.</p>\n\n\n\n<p>In June, Automattic-sponsored core committer Tonya Mork organized a ticket for tracking the <a href=\"https://github.com/WordPress/gutenberg/issues/41479\">ongoing roadmap for the Web fonts API</a>. It includes the vision for how the API supports typography features and the necessary tasks for creating a “font library.” </p>\n\n\n\n<p>“This API’s job is to provide the backend capabilities to support the <a href=\"https://github.com/WordPress/gutenberg/issues/41479#font-library\">“font library”</a> to include font management and dynamic building of the <code>@font-face</code> styles,” Mork said in the ticket. The purpose of the font library is to manage and catalogue fonts and provide users an interface for selecting fonts to use on their sites.</p>\n\n\n\n<p>All fonts coming into WordPress would be “registered fonts” and would be available through the following methods:</p>\n\n\n\n<ul>\n<li>a theme bundling them</li>\n\n\n\n<li>a user uploading fonts they purchased</li>\n\n\n\n<li>a plugin registering them</li>\n</ul>\n\n\n\n<p>Mork highlighted a few risks the Font Library feature might introduce, which will need to be addressed during the development process.</p>\n\n\n\n<p>“There are potential performance risks such as enqueuing too many fonts,” she said. “A separate issue will consider impacts and propose adding a filterable throttle to limit the number that can be enqueued.”</p>\n\n\n\n<p>Another risk outlined in the ticket includes the potential for plugins programmatically removing a theme’s fonts. </p>\n\n\n\n<p>“With <code>remove</code> being publicly exposed for consumption, a plugin could remove any or all of the theme’s font declarations and replace them with their own, i.e. without user interaction or awareness,” Mork said. “This could potentially create inconsistencies with typography UIs and previews.”</p>\n\n\n\n<p>The API is being developed to handle locally hosted web fonts out-of-the-box but would also provide the means for plugin authors to build methods for handling remotely hosted web fonts. </p>\n\n\n\n<p>Automattic-sponsored designer Joen Asmussen has also opened a <a href=\"https://github.com/WordPress/gutenberg/issues/45271\">ticket</a> exploring the possibilities for managing font sets in Global Styles → Typography. He created mockups for an interface for picking font sets (a primary font for headings and a secondary font for body text), as well as for managing the set properties. Users would also be able to manage font weights via a modal panel for the selected font.</p>\n\n\n\n<img />\n\n\n\n<p>His designs suggest a basic interface for uploading fonts, accessed through the ellipsis menu:</p>\n\n\n\n<img />\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/41479\">roadmap for the webfonts API</a> and the <a href=\"https://github.com/WordPress/gutenberg/issues/45271\">font management interface</a> tickets will be an exciting project to watch, as Gutenberg contributors work to offer another level of creative control to users. It’s still in the exploration phase, but the Font Library feature is intended to be built, refined, and stabilized over multiple WordPress releases as it materializes in the Site Editor.</p>\";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, 10 Nov 2022 15:38:05 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: WooCommerce Performance and Cloud-Based SaaS with Ivailo Hristov\";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:28:\"https://dothewoo.io/?p=73451\";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:85:\"https://dothewoo.io/woocommerce-performance-and-cloud-based-saas-with-ivailo-hristov/\";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:462:\"<p>We chat about NitroPacks history, WooCommerce and performance, choosing a cloud-based SaaS vs hosted and a last-minute Black Friday tip.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-performance-and-cloud-based-saas-with-ivailo-hristov/\">WooCommerce Performance and Cloud-Based SaaS with Ivailo Hristov</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";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, 10 Nov 2022 10:58: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: WooCommerce 7.1 Adds Cart Block Cross-Sells, Includes High Performance Order Storage Behind a Feature Flag\";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:30:\"https://wptavern.com/?p=139395\";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:126:\"https://wptavern.com/woocommerce-7-1-adds-cart-block-cross-sells-includes-high-performance-order-storage-behind-a-feature-flag\";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:2794:\"<p><a href=\"https://developer.woocommerce.com/2022/11/08/woocommerce-7-1-0-released/\">WooCommerce 7.1</a> was released yesterday, delivering on time with the highly anticipated <a href=\"https://wptavern.com/woocommerce-6-9-released-high-performance-order-storage-targeted-for-7-1\">custom order tables</a> feature, which was renamed to “High-Performance Order Storage” (HPOS). This is a major undertaking that implements custom tables for orders, products, and coupons, and promises significant performance gains for stores. </p>\n\n\n\n<p>Contributors have been working on HPOS throughout 2022 but have been discussing its implementation for years. It is now available behind a feature flag, which can be enabled at WooCommerce > Settings > Advanced > Features using the checkbox under Experimental Features titled “Custom order tables.” The feature is not yet turned on by default, as there may still be compatibility issues with plugins sites may be using.</p>\n\n\n\n<p>This is another major milestone on WooCommerce’s journey towards improved scalability and reliability as an e-commerce platform. As HPOS adoption grows throughout the ecosystem, WooCommerce core team lead Peter Fabian said it could become the default experience for stores by August 2023.</p>\n\n\n\n<p>Version 7.1 also introduces cross-sells on the cart block, a feature that went into testing in September in the <a href=\"https://wptavern.com/woocommerce-blocks-8-6-0-introduces-cross-sells-products-block\">WooCommerce Blocks plugin version 8.6</a>. It allows store owners to identify certain products as cross-sells and have them displayed to customers in the cart.</p>\n\n\n\n<img />\n\n\n\n<p>This release adds a new product spotlight tour to help new store owners through the process of creating products, highlighting each step within the product form.</p>\n\n\n\n<p>As a complement to this release, WooCommerce Blocks includes <a href=\"https://href.li/?https://github.com/woocommerce/woocommerce-blocks/discussions?discussions_q=label%3A%22%E2%96%AB%EF%B8%8F+pattern%3A+headers%22\">six new header</a> and <a href=\"https://href.li/?https://github.com/woocommerce/woocommerce-blocks/discussions?discussions_q=label%3A%22%E2%96%AB%EF%B8%8F+pattern%3A+footers%22\">six new footer pattens</a>. The headers come in minimal, essential, and large variations with light and dark color schemes. All of them are visible on GitHub in the WooCommerce Blocks discussions, with desktop, tablet, and mobile views.</p>\n\n\n\n<img />Woo Large Header Light – mobile view\n\n\n\n<p>WooCommerce 7.1 also includes several new actions and filters, including a filter for the place order button label. No database updates are required (unless users enable HPOS), and the release should be backwards compatible with the previous version.</p>\";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, 10 Nov 2022 05:05:29 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Gutenberg 14.5 Introduces New “Document Overview” Panel, Improves Block Spacing Controls\";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:30:\"https://wptavern.com/?p=139374\";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:106:\"https://wptavern.com/gutenberg-14-5-introduces-new-document-overview-panel-improves-block-spacing-controls\";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:2610:\"<p><a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">Gutenberg 14.5</a> was released today with a modest set of enhancements and dozens of bug fixes and code quality improvements. The highlight of this release is the new “Document Overview” panel, which combines what was previously found under separate icons in the Editor toolbar under “List View” and “Details.” This popup was where information like words, characters, headings, time to read, paragraphs, and blocks used to be found:</p>\n\n\n\n<img />Details view prior to Gutenberg 14.5\n\n\n\n<p>The new Document Outline panel can be opened using the List View icon in the toolbar. Characters, words, and “time to read” have been moved to the bottom of the panel. This makes the entire panel cleaner, as the document stats were overly prominent before and the details popup had become even more crowded after the addition of the “time to read” stats.</p>\n\n\n\n<img />image credit: <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">Gutenberg 14.5 release post</a>\n\n\n\n<p>This release also improves block spacing controls to make them more visual so that users can immediately see how changing the controls will impact the surrounding blocks. Gutenberg contributor Nick Diego demonstrated this update in a video:</p>\n\n\n\n\n\n\n\n<p>A few other notable additions to this release include the following:</p>\n\n\n\n<ul>\n<li>Comment Template, Post Comment Count, Post Comments Form, Post Comments Link <a href=\"https://github.com/WordPress/gutenberg/pull/45101\">now</a> <a href=\"https://github.com/WordPress/gutenberg/pull/45150\">have</a> <a href=\"https://github.com/WordPress/gutenberg/pull/45091\">spacing</a> <a href=\"https://github.com/WordPress/gutenberg/pull/45184\">support</a></li>\n\n\n\n<li>Social Icons: <a href=\"https://github.com/WordPress/gutenberg/pull/45469\">Add rel attribute</a></li>\n\n\n\n<li>Audio, Video blocks now have a button in the toolbar to add/remove caption</li>\n\n\n\n<li>Links updated to include spacing support</li>\n\n\n\n<li>Distraction-free mode notices <a href=\"https://github.com/WordPress/gutenberg/pull/45348\">improved</a> to fix bugs</li>\n\n\n\n<li>Style Engine: Add <a href=\"https://github.com/WordPress/gutenberg/pull/45334\">support for dimensions.minHeight property</a></li>\n</ul>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">release post</a> for a more detailed list of all the bugs fixed, documentation updated, and code quality improvements in 14.5.</p>\";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, 10 Nov 2022 01:10:25 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"WPTavern: #50 – Fränk Klein on How Gutenberg and Full Site Editing Are Bringing New Opportunities for WordPress Developers\";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:48:\"https://wptavern.com/?post_type=podcast&p=139281\";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:138:\"https://wptavern.com/podcast/50-frank-klein-on-how-gutenberg-and-full-site-editing-are-bringing-new-opportunities-for-wordpress-developers\";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:55860:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, what the future looks like for WordPress developers.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, well I’m keen to hear from you and hopefully get you, or your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form.</p>\n\n\n\n<p>So on the podcast today we have Fränk Klein. Fränk is a self-taught developer. He started out learning PHP in 2011, and from there found his way to WordPress. Over the years he’s worked for Automattic at wordpress.com, and WordPress VIP, and is now a principal developer at Human Made, an enterprise WordPress agency.</p>\n\n\n\n<p>Today on the podcast we talk about how Fränk decided early on that he was going to start developing with blocks and, more recently, with the full site editing capabilities now built into WordPress Core.</p>\n\n\n\n<p>We talk about the four phases of the Gutenberg project, content editing, site customization, collaborative editing and multi-lingual, and where full site editing fits into this.</p>\n\n\n\n<p>Fränk explains how he sees the adoption of Gutenberg as inevitable. WordPress is moving away from the classic approach of content creation, to a more visual, block based experience. He thinks that it’s important to become an expert at building websites and custom solutions for clients, and for taking the time to learn the new tools that this future will require.</p>\n\n\n\n<p>He’s not suggesting that the journey towards expertise in React and JavaScript will be easy, but he does see it as essential for those wishing to continue to use WordPress as their CMS of choice. He also makes the point that now is a great time to invest in yourself as there are more resources than ever, which can assist you in this learning path.</p>\n\n\n\n<p>As you’ll hear, Fränk is all in on WordPress, and is very optimistic about the future for experienced WordPress developers.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, and you’ll find the other episodes there as well.</p>\n\n\n\n<p>And so, without further delay, I bring you, Fränk Klein.</p>\n\n\n\n<p>I am joined on the podcast today by Fränk Klein. Hello Fränk.</p>\n\n\n\n<p>[00:03:34] <strong>Fränk Klein:</strong> Hey there. How you doing?</p>\n\n\n\n<p>[00:03:35] <strong>Nathan Wrigley:</strong> I’m very well, thank you. It’s very nice to have you on the podcast. We typically at the beginning of the podcast orientate the listeners by asking a very basic and simple question just to tell us who you are, what your relationship is with WordPress, how long you’ve been working in the space, possibly the company that you now work for, and all of that goodness. So, Fränk, it’s over to you.</p>\n\n\n\n<p>[00:03:54] <strong>Fränk Klein:</strong> So my name is Fränk Klein. I live in Luxembourg in the heart of Europe, and I got started with WordPress in 2011. So that’s when I started programming. So the background is that I’m actually a print designer, which at that time, wasn’t really that much of a bright career path. So I switched to programming, bought myself a PHP book, and then discover WordPress, and that’s been my passion ever since.</p>\n\n\n\n<p>And, I kind of have a varied background because I was in a small agency, still in Luxembourg. Worked for Automattic as part of the wordpress.com theme team. I worked at WordPress VIP, and then now I’m at Human Made, which is an enterprise WordPress agency where I’m a principal engineer. And so as part of that is my passion has been WordPress, but I also have a big interest in the wider web ecosystem, and so that’s why there is my interest in everything block related.</p>\n\n\n\n<p>[00:04:51] <strong>Nathan Wrigley:</strong> Okay, and that’s going to be the basis of our conversation today. So Fränk’s here to talk about Gutenberg in general, but more specifically about full site editing. And I think probably a good way to begin the conversation to, again, provide a bit of orientation, is just to run through the history of the Gutenberg project and now full site editing. So I don’t know if you are willing to do that. Run through the history of when it all began and what the phases are and so on.</p>\n\n\n\n<p>[00:05:17] <strong>Fränk Klein:</strong> Yeah, so, I think when we talk about full site editing, we cannot forget the wider picture, and that is that full site editing is part of the Gutenberg project, which Matt Mullenweg, the WordPress lead started back in 2017. And the idea behind Gutenberg was really that WordPress ran its course in the way that it was at that time, in that there needed to be a ground up reimagining of a lot of the core components that make up WordPress.</p>\n\n\n\n<p>So therefore, there are four phases. The first one is content editing. So that was in 2018 when WordPress 5.0 introduced the block editor, or the content editor how I prefer to call it. Then the next step is site customization. Part of it was in 5.8, but most people will know it from 5.9 when full site editing was introduced.</p>\n\n\n\n<p>Then the next phase, which they are starting right now is collaborative editing. So Google Doc style editing of different people on the same content. And then there will be multilingual. So that’s the big picture of the Gutenberg project. And so, full site editing is just part of this. And so the thing about these phases is that the content editing phase that was, by now four years ago, but it’s not really finished because the content editing experience still gets upgrades. It gets stuff added to it. And so that’s how this project is laid out. And even if we now roll into the collaboration full site editing isn’t done, and they will continue to work on it for the future.</p>\n\n\n\n<p>[00:06:43] <strong>Nathan Wrigley:</strong> If we were to roll back the clock prior to Gutenberg, so let’s say, 2015 or something like that, and there were people at that point who were using just the classic editor, they were maybe putting just content in or short codes and page builders and so on, came along. What do you think was the point of having all of this in core?</p>\n\n\n\n<p>In other words, it could be left to third parties, it could be plugins or it could be themes that took on the job of the way that your site was presented. What is the promise? Deep down, what’s the sort of kernel of Gutenberg? What is it offering? Where are we headed with it?</p>\n\n\n\n<p>[00:07:18] <strong>Fränk Klein:</strong> This is kind of where the, the bigger picture comes in because, when we just talk about full site editing, it’s called the site customization phase. It’s not called page building phase. It’s not called theme building phase. Those are all things that you can do with full site editing. But really the idea behind full site editing is, there was the customizer, right? So that was the way that you interact with your theme, and that didn’t work out. I think the promise that the customizer had in the beginning didn’t pan out to be what people wanted to be. And so then the idea was that we have something better, which is built up on this concept of blocks.</p>\n\n\n\n<p>And so the thing that makes full site editing and then, the customizer very different is that, the customizer, the idea was there was this tool and there are only minimal controls available, and if you want to have your own, there are just APIs and a builder. And so the problem was that everybody built their own controls, and then there was other confusion for users, and themes weren’t compatible with each other.</p>\n\n\n\n<p>And then the site editor, or just say the Gutenberg project in general takes a very different approach, in that it says, we’re going to give you a lot of customization options, controlling fonts, controlling colors. And beyond those options, this is like the full menu of everything you can do, we give you the APIs to preset these things, to remove them, to customize them. And so the bigger context here is that this is a customers replacement for the moment, but it also allows you to build new templates.</p>\n\n\n\n<p>And the idea is that many of the menus that we have in the WordPress admin are going to be rolled into the site editor. So for example, reading, settings, things like that. There are definitely concepts already exploring how that could be part of the site editor. So really, when we talk about even collaborative editing, that’s going to require changes.</p>\n\n\n\n<p>Multilingual is going to require changes. That all is just wrote into this Gutenberg project, of which full site editing is one part. The promise is kind of that based on this concept of blocks, we are going to be able to reimagine how people interact with WordPress, both as users and also as developers. And it’s going to be done much more through visual interfaces that are a lot easier to understand and to work with.</p>\n\n\n\n<p>And that way really we’re going from the old word of WordPress to the new WordPress, which is then going to be able to be around for a decade or more. So that’s the big picture vision behind the whole project.</p>\n\n\n\n<p>[00:09:48] <strong>Nathan Wrigley:</strong> Yeah, sort of future proofing if you like. Given all of that, let’s just put the conversation about blocks to one side and about what they offer, we can come back to that in a few moments. I want to talk just for a moment about how it is that such a large proportion of the community, and when I say large proportion I don’t really have any figures. Not claiming it’s 10, 20, 50, 70, whatever. Percent, but there’s been a certain amount of people within the WordPress community who have not got such an optimistic approach to full site editing and the Gutenberg project more broadly. In many cases, they don’t really want to have much to do with it.</p>\n\n\n\n<p>They’re happy with the tools that they’ve got, and they’re happy with the systems that they’ve got in place, whether that be a page builder or whatever it is. I’m just wondering if you have any thoughts on how the communication went, introducing Gutenberg and full site editing. Do you think that the promise was explained from the beginning? Maybe the promise wasn’t fully realized. Or do you think that there were some PR missteps along the way.</p>\n\n\n\n<p>[00:10:49] <strong>Fränk Klein:</strong> Well, yeah. There’s several parts of it. I think that when Matt introduced it, he wrote this post called we called it Gutenberg for a reason, and that very much painted a broad picture. In my opinion it went a little bit overboard comparing it to the invention of the printing press. It’s just my personal sentiment about it, that’s maybe overdoing it by a lot. But he definitely had this vision where he explained what problems this project was trying to solve.</p>\n\n\n\n<p>And that was around for a bit. And then we went right into the details. So the block editor was introduced, all these APIs, and so at that point we just focus very much on the what, and not the why. Why is this there? And instead of just saying, hey, here’s this paragraph block, and it works this way. There never was really a step taken back in where there was an exploration of, here are these tools and these are all the possibilities that you now have with these tools.</p>\n\n\n\n<p>And to adapt that to the different profiles that we have in the WordPress space, because we have end users, we have power users, we have theme developers, plugin developers. And kind of this translation from the nitty gritty to the bigger picture and also let’s say the potential that is there, because there definitely is a lot of potential. That was missed, unfortunately, and I think that’s why, if all you just see is a bunch of stuff getting thrown in your face and nobody really explains to you what you’re supposed to do with it, and why they’re adding all it. Then unfortunately that’s, I think the situation where we were in where just a large part of the community didn’t see the point. And so the project is doing a lot more of trying to fix these mistakes. So they are a lot better about showcasing the things that you can do. So I’m very hopeful in that, that we’ll get to those bigger picture conversations.</p>\n\n\n\n<p>[00:12:37] <strong>Nathan Wrigley:</strong> I guess, for me at least, when Gutenberg rolled into Core, it came with some default blocks, which you could use. But they very much were the kind of things that you could have done and could have achieved in all the previous versions of WordPress. So you could put in a paragraph and whilst you could move that paragraph independently, it was still a paragraph. And so not tremendously exciting. And the same with images. You’ve always been able to do something similar to that. I’m just wondering if there was a wow moment that got missed there.</p>\n\n\n\n<p>In other words, when that came into Core, right at the beginning, if some bizarre, let’s use that word, some bizarre, extraordinarily clever block could have been shipped, just to give everybody that aha moment. But it didn’t happen that way. We just got a fairly ordinary pallet of blocks to choose from. And so people perhaps got disinterested and never came back. And now we’re in the process of trying to show people what those aha moments are.</p>\n\n\n\n<p>And certainly from my point of view, I’ve. Implementation’s left, right and center of really incredibly difficult and complicated things built inside a really small, tiny UI in the block editor, and it is amazing. But I, I do wonder if that moment was missed and it’ll be difficult to ever get that excitement back?</p>\n\n\n\n<p>[00:13:52] <strong>Fränk Klein:</strong> Well, I think there are two parts with it. I think that one might discuss the point at which the block editor was introduced. So for sure, in the beginning it was a bit rough. And so if already having trouble to have the time to find polish, to polish this product, they probably didn’t have the time to build a lot of showcasing tools because they were just trying to get this done to include it into Core.</p>\n\n\n\n<p>Okay, this was the situation and it is how it is. They could at least showcase the potential of in, blog posts after the release. But I think the big opportunity that was lost is just to look at the ecosystem and just to go out to agencies, product companies, whatever, that were using blocks and to take the things that these people were building and then to show it.</p>\n\n\n\n<p>I think that’s a big missed opportunity. Just a case study. This was the problem and this is the solution that was developed, and this is the reason why it was developed. And these are the outcomes. Right, so talking much more in business language, not really in they used this API and that API, which might change and which is really not interesting.</p>\n\n\n\n<p>There was a lot missed on that. I know we have the state of the world and then there is a maybe three second slide for some project which was super impressive. But all it gets is this three seconds in the presentation. Frankly speaking all people don’t even watch. So I think that was a big opportunity which got missed.</p>\n\n\n\n<p>[00:15:12] <strong>Nathan Wrigley:</strong> In your learning about the construction of blocks and all of the different technological pieces that you had to acquire along that road. How difficult has that journey been for you? So, Let’s say, for example, there’s somebody listening to this, and by the end of this they are indeed convinced that this is the way to go. What’s the learning path like? Did you find that to be a fairly difficult experience? Was there a lot to learn that meant that you couldn’t progress until you’d got over several hums? Was it easy, was it hard? What was it like?</p>\n\n\n\n<p>[00:15:39] <strong>Fränk Klein:</strong> Well, I was lucky enough to already know, let’s say modern JavaScript in quotes and React, before I start with blocks. So that’s definitely a big hump to get over if you are coming from a traditional PHP background and you, you know, maybe write jQuery, some of it, but, uh, you don’t really have a lot of JavaScript affinity. That’s actually one big issue.</p>\n\n\n\n<p>Just building the blocks was rough when I did it, because it was so early. I think the first project that I did, it was still with the Gutenberg plugin, like it was before 5.0. But I think that at this point it’s a lot easier. It’s just that the documentation has got a lot better. There are tons of material for people to learn this. But over time my thinking has shifted on that, because if you would know how to build a block, like technically speaking, that’s good, but this is really just the base level. The challenge really is to, how do I design all the experiences for my users, my end users, so that they fit into this paradigm.</p>\n\n\n\n<p>So you can have a custom blocks that works, that’s entirely PHP rendered. You might have JavaScript run in the editor. You might add a plugin to the editor. You might have a custom control. You might have customizations of core blocks. And that’s really knowing all of these tools that are available and when to use them, how to use them. That’s really the difficult part.</p>\n\n\n\n<p>That being said, I think that, for me it’s always, even when it’s difficult, I kind of have the opinion of this is why I get paid. I get paid to solve the hard issues. And so if there is a hump to get over, I am, I’m ready to do it. But I think just in the wider picture, you need to just start doing it, and just keep doing it, even if it’s frustrating, because that’s just how it is with anything. If you try and learn the guitar, I’m going to tell you it’s not going to be easy. But you just need to keep with it. And then over time this will just become second nature.</p>\n\n\n\n<p>Because that’s also the question, you know, it’s the chicken and egg problem somewhat, is well, how do I become a JavaScript developer? Well you write a lot of JavaScript. You know, honestly, that’s how easy it is. It’s just like doing pushups. You wanna be good at doing pushups, you need to do a lot of pushups. That’s pretty much the solution. And once you accept that there is no magic solution that will just come down and allow you to continue to write PHP, and take advantage of all of these new opportunities. That doesn’t exist.</p>\n\n\n\n<p>I know a few projects out there say that you can write PHP and you will have will all of the capabilities to build blocks, but that’s definitely not the case. So it’s just a matter of taking the decision to learn it and then sticking with it. But I have a actually a tutoring program for building blocks. All it takes is six weeks, but it’s going to be intense, six weeks. But after that you know the basics. Then we can move on to the more important things, which are the experiences that you should build for your end users.</p>\n\n\n\n<p>[00:18:27] <strong>Nathan Wrigley:</strong> I will definitely link in the show notes to your WPdevelopment.courses website, where you can go and check out what Fränk’s got on offer there and, the six week program. I think there’s a couple different things on the website, but we’ll definitely link to that. But do you feel sanguine now that there’s more information out there that, it is now possible? And in the day when you were doing it, it was probably more of a slog than it is now. Where do you turn to when you’ve got problems? Is it colleagues? Do you turn to friends, relations? Who are you looking towards when you are trying to solve the problems in your own work?</p>\n\n\n\n<p>[00:19:00] <strong>Fränk Klein:</strong> Colleagues, so I’m very lucky to have a lot of colleagues that are a lot better than I am in different things. And that’s really the magic of being in a larger company. I know that if I struggle with this piece, I go to this person. If I struggle with that thing, I go to this other person.</p>\n\n\n\n<p>So I’m very lucky with that. That being said a lot of the problems that I encounter very much also React or JavaScript problems, so there’s always the wider ecosystem for that. I do think though that even if you are alone and all you have is just the official documentation, it is entirely possible to learn this. And I’m very upfront with, when I have a program or a course, I’m just selling you a time saver. I’m saving you time and frustration, but you definitely could do it with just the default stuff that is out there.</p>\n\n\n\n<p>And I think that the WordPress learn website, they’re adding more and more stuff to it. Of course, it’s not as polished as something which is really starting to end a learning path. That’s just the downside of this being free documentation. But it is definitely possible to learn. And especially when we talk about just the people that want to get maybe deeper into JavaScript and React. There’s a ton of courses out there where people teach you that stuff, which are great and not very expensive.</p>\n\n\n\n<p>So I think the difference between, when we got started, 5.0 and now, it’s night and day. It’s not even comparable how much easier it is to learn blocks right now. And, we mustn’t forget that. I see it every day, inside of Human Made and also in community. There are people learning it from all kinds of backgrounds.</p>\n\n\n\n<p>Even people that would say that they aren’t really developers. So it’s not like there is some secret source or something that you need to be born with to learn. This is very achievable. But again, you need to put in the work and the time to achieve it.</p>\n\n\n\n<p>[00:20:41] <strong>Nathan Wrigley:</strong> Yeah, achievable, but there will be some element of struggle along the way. But it’s nice to know that there are options out there. And you mentioned Learn, and like I said, we’ll link to the bits and pieces that you provide as well. You are clearly very into all of this. This is something that you’ve staked your future on, I guess to some extent. You’ve learned all of these skills and how do you feel about the broader picture for people in the future?</p>\n\n\n\n<p>So agencies, freelancers, and what have you, who have yet to embark on this journey and are still doing things in the way that they have been doing. Do you see that the future for them is going to be more difficult in the work that you do? Do you see that the potential is paying off? Are clients coming to you and you are able to build things more quickly, potentially have a user interface which they like more, and so on? I just wondered what your thoughts were about the future for freelancers, agencies, and and so on.</p>\n\n\n\n<p>[00:21:33] <strong>Fränk Klein:</strong> I think that when we talk about the work that I do, we have the chance to work with bigger budgets, so that gives us a lot more, let’s say free space to build out certain things. But, the thing inside Human Made is that Human Made hasn’t built a website without blocks ever since the block editor got introduced.</p>\n\n\n\n<p>That was just the default, because we saw the problems that this was solving. Because the classic editor, for our clients, even the clients in the publishing industry, like it didn’t work. We were having solutions to deal with certain issues, the workarounds that we all knew, but these were just not up to the task. And so when we saw the block editor, not only what was there in terms of the starting blocks, which is paragraph and image, which wasn’t very exciting, but the whole framework surrounding it to build a custom blocks we said, okay, these and these, and these are going to be the problems that we can solve with this.</p>\n\n\n\n<p>And it’s going to take us a lot less time. It’s going to be more efficient because we can reuse certain things a lot easier. And also it’s going to be a lot better experience for the end users. And the thing that we need to understand is that, as I alluded to in the beginning, full site editing is just one part of the bigger picture.</p>\n\n\n\n<p>So you can say, maybe I don’t want to use this part of full site editing, or I don’t want to use that part. And that is fine because we are in a transitionary phase, where we are transitioning really from a very classic theme development approach to this new paradigm of building themes. But if it just flat out say, I don’t want to use blocks at all, never ever, then probably, at least as I see it, then you’re going to need to stop using WebPress at one point or another. Which is fine because I think a lot of the careers in WordPress are incidental in that people just found WordPress and then they started using it, but there was, for most, not a point where they said, this is really WordPress and this is why I use it.</p>\n\n\n\n<p>And so WordPress is just a tool, if at a certain point a tool doesn’t work for you, then choose something else. I think that’s just something where you need to be honest with yourself. The other part is that when we think about what an agency is, if you choose WordPress because you say this is the best solution for us, then you need to be all in with it.</p>\n\n\n\n<p>You can’t really say, I’m going to choose WordPress, but not these and these parts of WordPress, which I don’t like, which are just key to experience. And how content is edited and how themes are built, that’s a very key part of the CMS. So you can’t just ignore those. But the difficulty is, what I alluded to before, is that you need to really understand how a block theme works, how the site editor works, how I guess the end goal works.</p>\n\n\n\n<p>And then once you have understood what that experience is, then you can come back and say, well at this point, for this project, I don’t want to have full on block templates. I’m going to use more hybrid approach where maybe the users can change this part or that part to the editor. And that’s all fine because you are making a very conscious decision of choosing features that fit best with that specific project.</p>\n\n\n\n<p>But you know what the possibilities are, and you know what to pick next, once you get over that initial phase where we just build partial websites. For example, landing pages are something which you can already build now with blocks and you could for a while. Now it’s just a lot easier to do. So it really depends a lot on your specific use case.</p>\n\n\n\n<p>And for that, if your work is building websites with WordPress, you need to have the experience of making the right choices. So if you’re just pushing the point at which you do the switch in the future and into the future, into the future, there’s going to be a time at which somebody comes in an agency that says, well we have been building with this since 2018, and you only started in 2024 for some reason.</p>\n\n\n\n<p>That’s a lot of time and a lot of experience that you’re missing out on. So it’s just like with building blocks. You have to jump into the pool, and wobble around with your legs and arms and try to swim. And you will see, it gets easier and easier. But, I think what we need to just understand that, WordPress has been the same for so long, and we think that’s normal, but it’s definitely not. Because the wider web development space has changed so dramatically just in the last five years.</p>\n\n\n\n<p>And so we cannot expect to keep the same solutions that we’ve built always with meta boxes and what have you, and then expect this to be a solution which is competitive in two years, in five years. It’s not going to be the case. The world is moving on whether we want it or not, and we just need to get onto the train if we want to be a part of that.</p>\n\n\n\n<p>[00:26:03] <strong>Nathan Wrigley:</strong> Couple of questions from that. The first one is you mentioned that there’s a competitive edge to be had here. I’m just wondering if you can give us some sort of insight into that. I realize you can’t talk about particular clients or anything like that, but what do you feel the advantage is that you can offer to clients? Are there conversations that you can have where the full site editing picture, the Gutenberg picture, the blocks picture, you can explain that promise to the clients, and you believe that they are persuaded by that?</p>\n\n\n\n<p>[00:26:31] <strong>Fränk Klein:</strong> Well, I think that there are a couple of things. You need to start somewhere. I started early when it was still in the plugin and my colleagues at Human Made weren’t far behind. And so the thing is always that when the first project, we kind of had to convince the client, but not really, because we showed them the editor and it was like miles better what they had.</p>\n\n\n\n<p>They say, Oh yeah, you know, we definitely like this with visual previews, because I mean it wasn’t even up to the classic editor, what they had before. So that was an easy win to be honest. And maybe that was luck, but. Then when the next client comes around and they ask what’s with this new editor thing? And we’re like, oh yeah, we did this project for this client and these are the custom blocks that we built, these are the problems which we solved. That’s an easier conversation because it doesn’t feel super outlandish to them anymore because, well this client did it, then, it seems a good solution, then why shouldn’t we do it?</p>\n\n\n\n<p>And so you need to build up that repertoire of just social proof to be honest. And so when a new client comes around and we having these sales talk, and they are explaining a problem to you. I can always say, we had this client, they had this problem, we built this solution. And so, when you just not only explain it to them, also show it to them, which we like, you know, we like to demo stuff. Then they definitely see it.</p>\n\n\n\n<p>And we are not even talking about this is a block and this is an extension of this default control because the client doesn’t care. They don’t know what is in Core and what isn’t. If it’s custom not. If it takes you an hour to do all week, you know, in a sense, they don’t care. They just want to have a solution that fits their needs. That’s just the competitive advantage of really knowing this thing very well. Which is why I said, if you don’t understand what full site editing is trying to do, you cannot really apply pieces of it.</p>\n\n\n\n<p>The other part is of course, that maybe you are reluctant to learn JavaScript and React, but honestly it’s a very good thing to know, because if you ever were to get out of WordPress, a JavaScript developer, React developer, tons of jobs available. That’s also for me, when I look at my personal career, I always need to prepare for the case when WordPress might disappear overnight, for whatever freakish reasons. Then I’ll be fine. I just go and do a JavaScript, which I also enjoy. But I think that’s something which maybe a lot of people are missing it or they don’t want to think about it that much.</p>\n\n\n\n<p>But the run of the mill WordPress developer with just a non WordPress development skills, is quite far behind the larger web development ecosystem. And that is fine if you say well, I’m not really a developer, just, maybe I’m a marketer, salesperson and I just build websites because I need one. But that’s not really what my core skill is.</p>\n\n\n\n<p>If you say well, I’m a developer and I build custom solutions for my clients, that’s really, my core skill is what I sell to my clients, and you are not able to work with what has been in WordPress for by now four years, custom blocks and this whole system that has been introduced. That’s not a great situation to be in.</p>\n\n\n\n<p>So unless you want to be tied to a specific page builder, theme, and you want your stake, your fortune to the fortune of that company, then this is something which you just have to get with because, it’s very important for your own career and it’s very important for your own business. If you want to stay around for the next couple of years, this is not something that you should be sleeping on.</p>\n\n\n\n<p>[00:29:39] <strong>Nathan Wrigley:</strong> Yeah, it’s interesting. I feel that there’s probably quite a lot of people who are fearful of some of the things that you mentioned. Learning React and learning JavaScript deeply, and they’re struggling just to use the time that they’ve got to output the work that they need to output to make ends meet. And so all of this extra, that they’ve suddenly got to learn becomes a little bit daunting. But it’s nice to hear that you feel at least that there’s opportunities there and perhaps in your imagination at least anyway, the window of opportunity is bigger, looking forwards with full site editing. And it’s closing with the old way that things have been done with PHP and themes and all of that kind of stuff. So that’s interesting.</p>\n\n\n\n<p>You kept saying the word custom solutions which I found curious. I’m guessing that on the enterprise level, the kind of clients that you are dealing with, that is the kind of work that you are involved with. You know, they come to you with websites which have a heavy burden of, it needs to be very custom. It’s got to be exactly what we want. The budget can accommodate that, and so you can really spend time drilling down. And so your knowledge of what’s possible with blocks and so on and so forth can really assist them.</p>\n\n\n\n<p>You know, you might have a block for some very specific task within the broader website, that you can build and there’s time and what have you for all of that. Whereas, I would imagine quite a lot of people listening to this, they really aren’t going to be doing that. It’s just a simple website. It’s a brochure website, four or five pages and that’s kind of it. And maybe they feel that they still don’t need it. But, anyway the custom solution piece I think is interesting. Can you talk to us about that?</p>\n\n\n\n<p>[00:31:09] <strong>Fränk Klein:</strong> Ah, yeah, sure. I just wanna take the opportunity to circle back a bit to finding the time. And this comes from Brian Gardner, so thank you, Brian. He said there’s is five for the future, which WordPress says you should invest this time into the project so that it can sustain itself. And he proposes these five for your future, which just means well take 5% of your time and invest it into learning because that’s going to make it possible for you to have a sustainable future.</p>\n\n\n\n<p>So I think that’s a very important concept. Cause I definitely do understand the need to make money and stay up to date on all of these things, and it’s not different when you are in an enterprise agency as when you are in a small agency. I mean, the struggle is always the same. I mean, everybody needs to make money, and the way to make money is to produce work for your clients.</p>\n\n\n\n<p>But I think just if you are aware of the fact that you need to stay up to date, and you make it a priority. It’s the same as with any other thing in your business. It’s like accounting, everybody needs accounting and you can just not do it. And at some, you’re going to be screwed or you say, yes, I need to do my accounting and I need to take the time it takes to do it right.</p>\n\n\n\n<p>I mean, everybody needs time to write their invoices. And so people make time for that. And if you make this the same level of urgency and importance as writing invoice so you get paid, then learning is just going to be a natural part of that.</p>\n\n\n\n<p>There’s a piece of learning where you just need to get the basics, but then there’s a lot of learning on the job where you run into an issue and you figure it out and then you work some more, you run into another issue. So a lot of learning that you’re going to do is pretty much on the job. So that’s how it was for me. And to come back to the question of custom solutions. In general, when we talk about a website project where they cost $5,000 or $500,000, the challenge is always the same. There are certain pieces in the website that you need to have, so there needs to be navigation, there needs to be a list of content, posts. All these things are there, and it’s the same whether it’s small budget or big budget.</p>\n\n\n\n<p>The challenge is what do you focus your energy on in that budget? And so that’s a conversation which we have with our clients where, for example, it’s a stupid thing, but we get the mock up, right? And there is this pagination on the bottom. And this pagination kind of looks tricky. I would say, look, that pagination, if we build it that way, it’s going to take us like a day to build it.</p>\n\n\n\n<p>And honestly, nobody cares what your pagination look like. We can switch it out with just the full pagination. We got all the functionality. It doesn’t look the same, but who cares about the pagination? And most clients, if we don’t say it that way, if they say little bit more nicely, most clients will be like, yeah, okay, understand, the pagination. because for them, they didn’t even see the pagination, right? It just slipped their mind. And so there’s this negotiation where you need to take all of the pieces which you can simplify and use something which is pre-done, that you do this way. And then you really have the time to focus on the pieces that are important to your client.</p>\n\n\n\n<p>Because I always talk the language of money. What makes you money? How do you make money? How can we help you make money? And that is the point where you’re going to invest a lot of your energy, and that is where the custom solutions come in. So we had a client that problem was that. They had a CMS, and it took their editors 25 minutes to just enter the content into the CMS because it was so complicated. They need to manually resize images, all of that. So we just took WordPress. We did some custom work, not a lot to be honest, just for that specific piece. And we brought it down to five minutes. At top, takes them five minutes to get an article entered into the system, published on the website, has all of the metadata for social media and everything like that.</p>\n\n\n\n<p>And that’s a case where you can present to a client how you make them a lot of money by saving them time, because they still have the same editors, but the output is a lot bigger. The important thing is to not be tied to things that you think should be custom, because let’s say a menu, a main navigation. Do you need a custom menu with all this and that, or can it just be dropdowns? Normal dropdowns. It’s a question. Maybe the answer is no, because you have, I don’t know, an e-commerce website and you need to have a more complicated menu. Or the answer is just yes. Just a menu, as we all know, is going to be fine.</p>\n\n\n\n<p>And so that’s really the struggle that you find the things that you can standardize and WordPress is going to help you with that. Because a lot of the things that we needed custom solutions before now are standardized, or at least the way that you build it is standardized. So custom blocks are really difficult to build.</p>\n\n\n\n<p>You know, a bunch of stuff is already there. A lot of components are there. And the challenge is that when we talk about the smaller budgets, the $5,000 project’s not going to go away, what you need to deliver for that amount, that’s going to go up. And so here, when we talk about full site editing, since a lot of the pieces already predone for you, you can assemble these pieces, you can customize them, and that will allow you to build a solution which corresponds to the needs of your clients. And it doesn’t take you a lot of time to do it.</p>\n\n\n\n<p>So that’s the big idea behind is that, previously WordPress was very much, I give you these APIs, but there wasn’t really much in there. So now it’s completely different way. There’s a ton of stuff in there, but you need to really curate the experience that fits for your client and then you add the stuff that is not by default in there onto that. If it’s a plugin that you can use, great. We use tons of plugins at Human Made that just do things that we always do. And if it’s really a custom piece, then that’s where you write the custom code. And so through combinations of these factors, you’re going to be able to achieve the results for your clients.</p>\n\n\n\n<p>[00:36:42] <strong>Nathan Wrigley:</strong> Yeah, I do like the piece that you mentioned there about having the client suddenly realized, that must have been a real aha moment. Something previously took 25 minutes. So if you did that twice, you’re approaching an hour to do, whatever that task was twice. And with the custom solution that you built, perhaps that was a block with the fields arranged differently, I don’t know. But the principle that could enter the same amount of data, you could do that twice in 10 minutes, you really have sold it I think at that point.</p>\n\n\n\n<p>Nobody’s going to deny that’s a better experience. And if it can, in the background, be doing things like creating the images and creating all of the metadata that goes with those images for the different social networks and so on and so forth. All of that stuff can be built inside of this custom solution. Yeah that’s fabulous. Like you said, the budget may not allow for it, in which case there’s still going to be a, the $5,000 website.</p>\n\n\n\n<p>I do think you are right as well that the expectation for what that $5,000 will buy you is only going to go up. It’s going to continue to be, $5,000 this year will get you this amount of functionality. And now that people are building with custom blocks and what have you, I imagine customers are going to be able to determine for themselves that, well, actually, no, for my $5,000 I’m expecting there to be a lot more on the back end that I can play with and for it to be customized just for my use case exactly.</p>\n\n\n\n<p>[00:37:56] <strong>Fränk Klein:</strong> Right, and I think that, when we think about a traditional website project, there’s this waterfall model where development is at the very end. And if you approach it this way, you’re kind of ready, all of these decisions have been pre-made for you because, there is this custom pagination, I don’t know, but pagination is one of my pet peeves, so there’s this super expensive pagination, this weird menu, like stuff is all over the place. But those are the mockups that the client said, we’re going to build this, and now you are having to deal with the task of, okay, how I’m going to build this, in this amount of time? And then we just are at the same starting point where everybody else is, like, we have a website that pretty much looks like all other websites, because usually, unless the design is very expensive, it’s pretty much going to look like a lot of other stuff, obviously.</p>\n\n\n\n<p>And so If you think of yourself as an engineer, you know, maybe that’s your title, but that’s not really what you are. You need to come in very early in the process and then already talk to the client in the very beginning, in the discovery phase, and find out what the pain points are and then try and make a note of these and also come out with a few possible solutions that you might deploy to do this.</p>\n\n\n\n<p>And then you go in and you need to collaborate with the graphic designers. I need to collaborate with the client on how you put this website together. So since we now have a framework, which is WordPress, where we have all of those pieces to build a website. We need to be involved a lot earlier and also explain to designers what these pieces are. How far it can be customized and all of this. Because the approach as we did, by now maybe 15 years ago, where really we sold websites by the . Page and it was this mockup and that mockup, and that was how websites were sold, right, by the page. You paid this much per page. That is just gone. Now we need to build up these small pieces and we assemble them into bigger pieces and bigger pieces, and that’s how we build out the whole website from the small components.</p>\n\n\n\n<p>That is both the case in terms of the design. So we start with the button, which is done part of a larger pattern, which is then part of the whole page design, or a call out box, whatever. You build up the design out this way, but it’s also the functionality. And a lot of the functionality that you build out, you’re going to have to deal with the data.</p>\n\n\n\n<p>How do I model the data? How is it stored in the database? How does it get accessed? How do I store it in way that is all performant? And so, you as an engineer, you kind of need to talk the language, both of the client and the designers. And still know all of the background of what you need to do when it comes time to write code.</p>\n\n\n\n<p>Cause let’s not kid ourselves, at a certain moment, you’re going to need to open that editor and start writing out code. Even when you’re dealing with, you know, full site editing. Then at that point you have everything lined up in the way that you can deliver the results that the client wants, within the time, and then also the budget that they have.</p>\n\n\n\n<p>So that’s really the big challenge, and it’s going to require us to step away from a lot of that old waterfall thinking because, really when you have projects that I tend to do tend to be quite long. You know, sometimes three months, six months, a year. So if you have a project that runs a year, you’re not going to come in with a list of all the stuff that you’re going to do in a year.</p>\n\n\n\n<p>So it’s a constant, discovery, negotiation, building stuff. But at each point you are building something which already has value. And so if at the end of the project the budget runs out, and maybe we missed a few nice to haves, the client’s not going to, they’re not going to care, because they’ve got everything which they wanted and which is producing the results for them.</p>\n\n\n\n<p>So that’s really the idea that we need to take forward. And to be honest, I don’t have all the answers on that. It’s just, I think that a more iterative approach where you build out pieces one by one in order of priority, and we have something which is working, which is going to produce results at any point. That’s the way that we’re going to do it, and it’s a lot easier to do that, just assemble pieces and then you add your little custom stuff to it. If you just start everything from scratch and it already takes you three days to come up with, you know, the basic site layout, I think that’s just outdated.</p>\n\n\n\n<p>[00:41:58] <strong>Nathan Wrigley:</strong> Interesting. So it almost feels like you are using bricks to build a wall. You might substitute the word bricks for blocks, which is a nice metaphor. Just before we end, it sounds like you’ve decided that this is the way that you’re going to do things in the future. You’re fully into this. The promise with new technology is always, we’re going to make your life easier. I do wonder, and maybe you can speak to this, have you simply swapped a bunch of problems that you used to have, for a new set of problems that you now have? So whilst in the past you were wrangling with different things, templates and themes and so on and so forth, you’re now just wrangling with a different set of problems.</p>\n\n\n\n<p>What I’m trying to say is, is your job easier now, harder, or just the same?</p>\n\n\n\n<p>[00:42:42] <strong>Fränk Klein:</strong> It’s the same, but it’s not. I think that we shouldn’t be, how can I say that, we shouldn’t look back on the past and, oh, imagine when we didn’t have to do this and didn’t do that and paint the pretty picture of how it was. Because the past, it wasn’t great. I’ve been in web development for a while now, and there never was this super bliss that somehow got destroyed with everything that is here.</p>\n\n\n\n<p>But the thing is that it’s been the same. But for me, the way I look at it, it’s that you are always going to have problems, but I want to have bigger problems and better problems. So there’s a myth that, oh, a thousand dollar client is going to bicker and then a $10,000 client just going to wire the money.</p>\n\n\n\n<p>And I don’t know where these people come from, but that’s definitely not the case. All clients are difficult at all price ranges. That’s just how it is. You’re trying to build this thing together. And there’s going to be a few confrontations, and that’s just normal. But the thing is more is that, how can I say that? If I have to write one more stupid post list, I’m just going to be out of this. Who wants to go into an editor and be like, oh, this is going to be a list, and then I will get the title. I have zero interest in that, doesn’t interest me at all. It’s just I don’t want to do the same thing over and over.</p>\n\n\n\n<p>If I can abstract that away, great. And that’s really the idea behind is that I want to go to the things, just in terms of my career, I want to get closer to where I can produce outcomes for the client and rewriting a list of posts, how much of an outcome are you producing? I’m not really sure.</p>\n\n\n\n<p>And so everything that I take, all of these tools is just, I want to deal with bigger problems, better problems, and that way I’m going to be able to make more money, frankly speaking. And so if you just get bogged down into this small, kind of, small thinking where we need to say, oh, I need to write everything from scratch. No you don’t. there are huge parts of projects that I didn’t write myself, but I know which solutions are out there. And so, I don’t come up with an SEO framework. I use a plugin for that. I don’t come up with a bunch of things. But because I have solved all these problems, I can then have better problems.</p>\n\n\n\n<p>That’s the idea that I want to take. I want to get to the really hard stuff and yeah, definitely full site editing helps with all of that. It abstracts away a lot of the theming stuff that’s very repetitive. Blocks are a lot more portable. Even if we do write custom code, there’s a way to make it more abstract so that we can pull in libraries and things like that.</p>\n\n\n\n<p>So that way you are kind of building up, project by project and not only building up experience, but you’re also building up your toolbox so that when you come to a problem, you’ll reach in to the toolbox, you pull it out, you can solve the issue, and then you’re onto the next one. Which hopefully is going to be more interesting than how does the pagination look.</p>\n\n\n\n<p>[00:45:20] <strong>Nathan Wrigley:</strong> Nice answer. Fränk, I’m afraid we’re probably just going to have to knock it on the head because of the time. But just before we do, just before we call a close to the podcast episode. I’m wondering if people have listened to this and have been inspired and would like to get in touch with you, what other best ways or way to do that?</p>\n\n\n\n<p>[00:45:36] <strong>Fränk Klein:</strong> First, it is my website, so WP Development Courses. So check that out. Feel free to email me like there’s a contact tab. I like to hear from people. I don’t have all the answers for sure, and I like to hear from people and understand all the different backgrounds.</p>\n\n\n\n<p>And then I’m on the WordPress.org Slack. If you wanna DM me. And of course you can find me on Twitter. So if you have a question, if you have a problem, if you have a viewpoint, if you disagree, let me hear it. I’m very interested in hearing all of your perspectives and your struggles.</p>\n\n\n\n<p>[00:46:04] <strong>Nathan Wrigley:</strong> Fränk Klein, thank you very much for chatting to us on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:46:09] <strong>Fränk Klein:</strong> Thank you. It was a pleasure.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/frank-klein/\">Fränk Klein</a>.</p>\n\n\n\n<p>Fränk is a self-taught developer. He started out learning PHP in 2011 and from there found his way to WordPress. Over the years he’s worked for Automattic at WordPress.com and WordPress VIP, and is now a principal developer at <a href=\"https://humanmade.com/\">Human Made</a>, an enterprise WordPress agency.</p>\n\n\n\n<p>Today on the podcast we talk about how Fränk decided early on that he was going to start developing with blocks and, more recently, with the full site editing capabilities now built into WordPress Core.</p>\n\n\n\n<p>We talk about the four phases of the Gutenberg project: content editing, site customisation, collaborative editing and multilingual, and where full site editing fits into this.</p>\n\n\n\n<p>Fränk explains how he sees the adoption of Gutenberg as inevitable. WordPress is moving away from the classic approach of content creation to a more visual, block-based experience. He thinks that it’s important to become an expert at building websites and custom solutions for clients, and for taking the time to learn the new tools that this future will require.</p>\n\n\n\n<p>He’s not suggesting that the journey towards expertise in React and JavaScript will be easy, but he sees it as essential for those wishing to continue to use WordPress as their CMS of choice.</p>\n\n\n\n<p>He also makes the point that now is a great time to invest in yourself as there are more resources than ever which can assist you in this learning path.</p>\n\n\n\n<p>As you’ll hear, Fränk is all-in on WordPress and is very optimistic about the future for experienced WordPress developers.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p>Fränk’s <a href=\"https://wpdevelopment.courses/\">WP Development Courses</a></p>\";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, 09 Nov 2022 16:05:31 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";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:11;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WooCommerce Store Owners Combat Fraudulent Stripe Charges\";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:30:\"https://wptavern.com/?p=139318\";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:78:\"https://wptavern.com/woocommerce-store-owners-combat-fraudulent-stripe-charges\";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:6352:\"<p>For the past few weeks, members of the Advanced WordPress Facebook (AWP) group have been <a href=\"https://www.facebook.com/groups/advancedwp/permalink/5843275932401239/\">discussing</a> methods of combatting Stripe Card Testing fraud. WordPress developer Jon Brown opened the topic after seeing fraudulent charges on five different websites, including four using WooCommerce and one using the Leaky Paywall platform.</p>\n\n\n\n<p>“All five were on Cloudflare with bot fight mode on when it first happened,” Brown said. “I’ve added CAPTCHA to all 5, I’ve enabled CloudFlare’s ‘Under Attack’ mode on the cart/checkout page.”</p>\n\n\n\n<p>The WooCommerce sites didn’t have a reoccurrence but the Leaky Paywall site did. Brown said the client didn’t notice it, as he had Stripe emails going to his spam folder.</p>\n\n\n\n<p>“It went on for two weeks until the load spike took the site offline and I noticed it,” he said. “About 1,200 successful transactions for $2.99, with 100,000 blocked.”</p>\n\n\n\n<p>Brown said he doesn’t understand why Stripe doesn’t recognize and block the fraudulent charges since they all follow a similar pattern using a randomized Gmail address. His client had to dispute approximately 100 of these transactions.</p>\n\n\n\n<p>“Each dispute costs $15 to resolve,” Brown said. “Each non-disputed refund costs $0.40 since Stripe (like PayPal now) keeps the fee.</p>\n\n\n\n<p>“So 100 * $15 + 1100 * $0.40 = $1940 in lost revenue to fees and that’s obviously AFTER also refunding the $2.99 per fraudulent transaction. That means $3,600 in fraud ($2.99 * 1200) just resulted in a net loss of $1940 – that’s insane.”</p>\n\n\n\n<p>Many other developers in the conversation have been hit with similar attacks, some with honeypots in place that didn’t prevent anything. One recommended using the <a href=\"https://wordpress.org/plugins/woo-blocker-lite-prevent-fake-orders-and-blacklist-fraud-customers/\">WooCommerce Fraud Prevention</a> plugin. It allows store owners to block orders from specific IP addresses, emails, address, state, and zip codes. This might help once attacks have started but doesn’t fully prevent them. Some developers had success stopping attacks using <a href=\"https://woocommerce.com/products/recaptcha-for-woocommerce/\">reCaptcha for WooCommerce</a>, a commercial plugin that implement’s Google’s reCaptcha V2 (checkbox) and reCaptcha V3 to stop things like unauthorized login attempts, fake registrations, fake guest orders, and other automated attacks.</p>\n\n\n\n<p>“We ran into this about a year ago,” WordPress developer John Montgomery said. “It’s a way for hackers/thieves to check a list of card numbers for ones that are valid. Once they confirm the card works on a site, they can use to purchase products for real. In the end, a big annoyance but honestly not a huge deal for us in the end because we have digital products and they weren’t really interested in those.”</p>\n\n\n\n<p>Montgomery installed a plugin called <a href=\"https://wordpress.org/plugins/limit-orders/\">Limit Orders for WooCommerce</a>, developed by Nexcess, that disallows orders after a certain threshold is met. </p>\n\n\n\n<p>“I set it up to x orders per hour ( above any historical numbers)…so if we get say 100 orders in an hour it will shut off orders,” he said. “It’s a bit of a sledgehammer, but it did help us once already.” </p>\n\n\n\n<p>Although many store owners are hesitant to add any friction to the checkout process, technology consultant Jordan Trask recommends requiring customers create accounts before continuing and verify emails. He wrote a guide on <a href=\"https://managingwp.io/2021/07/08/dealing-with-card-testing-or-carding-attacks-on-your-woocommerce-store-fraudulent-charges/\">dealing with card testing attacks</a>.</p>\n\n\n\n<p>“The gist of the rules is blocking all countries except those you serve,” Trask said. “However, for WooCommerce, I would put in a JS Managed Challenge for the cart and checkout.</p>\n\n\n\n<p>“There is rate limiting built into Cloudflare that might help, but it’s more request based versus per order which is what you need based on IP potentially. If the requests come from the same IP address, you can look at limiting orders per IP since the email differs each time.”</p>\n\n\n\n<p>The <a href=\"https://github.com/BrianHenryIE/bh-wc-checkout-rate-limiter/\">Checkout Rate Limiter</a> plugin, available on GitHub, offers checkout rate limiting on WooCommerce checkout based on IP address.</p>\n\n\n\n<img />\n\n\n\n<p>Trask’s guide also recommends checking payment processor logs when investigating fraudulent charges:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Always check your payment processor logs to verify where the charges are being created. A staging site may exist with production API keys, or your site was hacked, and the API keys were stolen. Most payment processors will have further details in their logs with additional information.</p>\n</blockquote>\n\n\n\n<p>WordPress developer Rahul Nagare recommends checking out <a href=\"https://stripe.com/radar/fraud-teams\">Stripe’s Radar fraud protection</a>, which uses machine learning to provide advanced protection and identification of fraudsters.</p>\n\n\n\n<p>“This will let you setup custom rules on Stripe to reject suspicious transactions,” Nagare said. “This used to be a free service with Stripe, but they changed it last year. I’d look into blocking all transactions with risk score higher than the average, and maybe the region of the card testers.”</p>\n\n\n\n<p>WooCommerce’s documentation has a section on <a href=\"https://woocommerce.com/document/payments/faq/card-testing\">responding to card testing attacks</a>, which has many of the same recommendations discussed in the recent AWP thread. A CAPTCHA plugin is the first line of defense. It also recommends avoiding pay-what-you-want or donation products with no minimum, as these products are often targeted for card tests with small transactions that cardholders might miss. Swiftly refunding any successful fraudulent orders will decrease the possibility of disputes.</p>\";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, 09 Nov 2022 04:37:29 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:12;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"BuddyPress: BuddyPress 11.0.0-beta1\";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:32:\"https://buddypress.org/?p=327062\";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:55:\"https://buddypress.org/2022/11/buddypress-11-0-0-beta1/\";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:2985:\"<p><strong>BuddyPress 11.0.0-beta1</strong> is available for testing!</p>\n\n\n\n<p>Please note the plugin is <strong>still in development</strong>, so we recommend running this beta release on a <strong>testing site</strong>.</p>\n\n\n\n<p>You can test <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-beta1.zip\">BuddyPress 11.0.0-beta1</a> in 4 ways :</p>\n\n\n\n<ul>\n<li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-beta1.zip\">Download the beta here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>The current target for final release is December 14, 2022. We would greatly appreciate your help making sure this next major version of your community engine is as good as it can be.</p>\n\n\n\n<p>Please note BuddyPress 11.0.0 <strong><a href=\"https://bpdevel.wordpress.com/2022/07/12/wordpress-required-version-update-4/\">will require at least WordPress 5.7</a></strong>.</p>\n\n\n\n<p>As usual, <strong>testing for bugs is the key to a safe upgrade</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> so please give us a few minutes of your time to make sure this pre-release behaves the right way with your specific WordPress configuration, your theme, and the other WordPress plugins you are using. Try to use a testing site which is very close to the one you are using in production. If you find something weird, please report it on <a href=\"https://buddypress.trac.wordpress.org/newticket\">BuddyPress Trac</a> or post a reply to <a href=\"https://buddypress.org/support/topic/buddypress-11-0-0-beta1/\">this support topic</a>.</p>\n\n\n\n<p>If you’re a BuddyPress plugin developer or a BuddyPress theme developer, please make sure to test this 11.0.0-beta1 release as <strong>we’re now only loading BuddyPress assets (JavaScripts and styles) inside BuddyPress pages</strong>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"around-70-changes-to-expect-in-10-0-0\">Around 40 changes to expect in 11.0.0</h2>\n\n\n\n<p>You can check out <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=11.0.0\">this report</a> on Trac for the full list of them. We only planned to ship one long awaited feature as a BuddyPress Add-on. At this stage, we’re staying silent about it to keep the surprise effect intact (truth is we are still not sure it’ll be ready for December 14 <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f92b.png\" alt=\"🤫\" class=\"wp-smiley\" />).</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3ae.png\" alt=\"🎮\" class=\"wp-smiley\" /> <em>Happy testing!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Nov 2022 20:30:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";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:13;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress.org blog: Introducing Twenty Twenty-Three\";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:35:\"https://wordpress.org/news/?p=13892\";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:67:\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\";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:2174:\"<p><em>This post was written in collaboration with Lauren Stein (<a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a>) and Anne McCarthy <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a>)</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Twenty Twenty-Three is here, alongside WordPress 6.1! The new default theme offers a clean, blank canvas bundled with a collection of style variations.</p>\n\n\n\n<p>Style variations are predefined design options that give you the opportunity to alter the appearance of your site without having to change your theme. This means that you can keep your template structure but change the visual details of your site with ease.</p>\n\n\n\n<p>For a truly diverse collection, Twenty Twenty-Three’s featured style variations were submitted by members of the WordPress community, resulting in 38 submissions from 19 people in 8 different countries. From those submissions, a curated collection of ten was chosen and bundled with the new theme.</p>\n\n\n\n<p>This approach to style variations ushers in the next generation of block themes, able to harness the potential of the platform’s latest design capabilities and tools directly in the Site Editor. Since style variations don’t require any code experience, you’re encouraged to tweak and/or create your own.</p>\n\n\n\n<p><strong>Thank you to everyone who contributed. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /></strong></p>\n\n\n\n<p>Useful links:<br /><a href=\"https://wordpress.org/themes/twentytwentythree/\">Download Twenty Twenty-Three</a><br /><a href=\"https://wordpress.org/support/article/twenty-twenty-three/\">Twenty Twenty-Three Documentation</a><br /><a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three Project Kick Off</a><br /><a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">Twenty Twenty-Three Selected Style Variations</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Nov 2022 15:42:22 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Beatriz Fialho\";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:14;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Do The Woo Community: Contributor Support, GPL Nulled Clubs and the BobWP Site\";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:28:\"https://dothewoo.io/?p=73440\";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:76:\"https://dothewoo.io/contributor-support-gpl-nulled-clubs-and-the-bobwp-site/\";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:446:\"<p>In this show an extended comment from Alain about supporting contributors, a tweet asking about nulled plugin updates and a BobWP revamp.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/contributor-support-gpl-nulled-clubs-and-the-bobwp-site/\">Contributor Support, GPL Nulled Clubs and the BobWP Site</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Nov 2022 10:23: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:15;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Last Call for the 2023 State of Open Source Survey\";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:30:\"https://wptavern.com/?p=139306\";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:71:\"https://wptavern.com/last-call-for-the-2023-state-of-open-source-survey\";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:1889:\"<p><a href=\"https://www.openlogic.com/\">OpenLogic</a>, a company that provides technical support for enterprise open source infrastructure, and the <a href=\"https://opensource.org/\">Open Source Initiative</a> (OSI), the nonprofit stewards of the <a href=\"https://opensource.org/docs/osd\">Open Source Definition (OSD</a>, have collaborated to put together the <a href=\"https://www.research.net/r/state-of-oss\">2023 State of Open Source Survey</a>. </p>\n\n\n\n<p>The annual survey collects data from professionals to identify trends in the adoption and challenges of using open source technologies. It takes less than 10 minutes to answer the 31-question survey. Respondents are asked if their organizations have increased the use of OSS over the last year and in which categories of software they have invested the most in terms of projects, budget, and resources. </p>\n\n\n\n<p><a href=\"https://opensource.org/ten-takeaways-from-the-2022-state-of-open-source-survey\">The 2022 survey</a> had 2,660 respondents. It found the #1 reason respondents are using OSS is access to innovation, followed by cost reduction and security/availability of patches. More than 36% of respondents indicated that they significantly increased their use of OSS over the past year. The 2022 survey found the biggest barrier to adopting open source software was the lack of internal skills to test, use, integrate, and support it.</p>\n\n\n\n<p>The last call has gone out to contribute to this year’s survey. It would be good to have WordPress software organizations represented in the results as part of the broader OSS community. Respondents who take the time to fill out the survey are entered for a chance to win a $200 Amazon gift card. OpenLogic is also donating $1 for every response to the <a href=\"https://www.wfpusa.org/\">World Food Program</a>, a humanitarian organization working to end world hunger.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Nov 2022 04:00:41 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:16;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: WordPress Rebrands FSE as “Site Editor”\";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:30:\"https://wptavern.com/?p=139286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com/wordpress-rebrands-fse-as-site-editor\";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:2483:\"<p>While WordPress’ site editing capabilities have been in development, the term full-site editing (FSE) has been widely used but sometimes poorly understood outside of contributor groups. Three months ago, WordPress’ Executive Director Josepha Haden Chomphosy <a href=\"https://wptavern.com/wordpress-contributors-consider-renaming-full-site-editing\">proposed</a> renaming FSE to something more user friendly. </p>\n\n\n\n<p>After a lengthy <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">discussion</a>, Haden Chomphosy has <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">announced</a> the decision to use “Site Editor” going forward:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Landing on Site Editor was the result of two key considerations. Firstly, Site Editor offers a clear and simple description to users with a range of technical skills. Secondly, there was substantial support for Site Editor, particularly from the Polyglot community, as the term that translates most effectively into hundreds of different languages.<em> </em><a href=\"https://videopress.com/v/BJyPZJNx?at=1420\">As we heard at WordCamp US 2022</a>, better multilingual support is an important future direction for WordPress, so choosing easily translated terms is an important step. </p>\n\n\n\n<p>Site Editor also keeps the spirit of its original FSE codename as the powerful, full collection of features it encompasses. As a bonus, it also doesn’t cost us anything from an SEO or marketing standpoint, since it’s a simplification of the existing term.</p>\n</blockquote>\n\n\n\n<p>Haden Chomphosy said the change is not necessarily a rebranding, but WordPress’ official documentation, including Learn.WordPress videos, and many third-party resources are replete with references to FSE. The <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing Outreach Program</a> may also need to be renamed. Haden Chomphosy said WordPress users can still expect to see or hear the term FSE around – it’s not a situation where every instance needs to be erased. </p>\n\n\n\n<p>The recent decision to use the term “Site Editor” should be considered an official update to WordPress’ shared lexicon, and Haden Chomphosy encouraged contributors to begin updating the documentation immediately to reflect the change.</p>\";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, 07 Nov 2022 22:32:18 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:17;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Donncha: How to add your blog to Mastodon\";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:28:\"https://odd.blog/?p=89504202\";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:61:\"https://odd.blog/2022/11/06/how-to-add-your-blog-to-mastodon/\";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:8004:\"<p><strong>Introduction</strong></p>\n\n\n\n<p>Before we start, do you know what Mastodon is? It’s sort of like email, where you can send an email from gmail.com to a yahoo.com account, except it looks very like Twitter. This <a href=\"https://www.pcmag.com/how-to/how-to-get-started-on-mastodon-and-leave-twitter-behind\">pcmag article</a> is a good introduction to it. Jeff Jarvis wrote a <a href=\"https://medium.com/whither-news/hope-for-a-post-musk-net-f156d0cdf431\">good post</a> too, and Time Magazine <a href=\"https://time.com/6229230/mastodon-eugen-rochko-interview/\">interviewed Eugen Rochko</a>, the founder of Mastodon that you should read.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This weekend, a probably sizeable chunk of <a rel=\"tag\" class=\"u-tag u-category\" href=\"https://odd.blog/tag/irishtwitter/\">#IrishTwitter</a> migrated to Mastodon. We’re not the only ones. Twitter has been getting more hateful and acting as an echo chamber for lots of horrible people over the years. The sale of Twitter to Elon Musk, the firing of half the staff, his pronouncements of “free speech” all point towards the site being less regulated, less maintained and less moderated. You can’t deal with complaints if there’s nobody there listening to complaints of harassment or hate.</p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<img />(No we didn’t)</div>\n\n\n<p></p>\n\n\n\n<p>I don’t doubt that many of us will continue to visit and contribute to whatever Twitter becomes. Over the last few years, most of my interactions there have been publicising my blog posts. All I could see on there was angry tweets from different people, or people who were broadcasting their top ten ways of doing X, Y or Z. Hardly any actual conversation.</p>\n\n\n\n<p>So, Mastodon. I woke up early on Saturday morning and discovered there was a <a rel=\"tag\" class=\"u-tag u-category\" href=\"https://odd.blog/tag/twittermigraton/\">#TwitterMigraton</a> to Mastodon. I already had an account on mastodon.social but Irish Twitter was moving to mastodon.ie, and that’s where I went too, creating <a href=\"https://mastodon.ie/@donncha\">@donncha@mastodon.ie</a>. </p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://mastodon.ie/@Drharoldnews/109297557723889180\"><img /></a></div>\n\n\n<p></p>\n\n\n\n<p>Judging from what I’ve read elsewhere, all mastodon instances are <a href=\"https://bitcoinhackers.org/@mastodonusercount\">experiencing a HUGE surge in user registrations</a> as people look for an alternative to the <s>stinking</s> sinking ship that is Twitter.</p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://bitcoinhackers.org/@mastodonusercount/109298398614165507\"><img /></a></div>\n\n\n<p></p>\n\n\n\n<p>On Saturday, the admins of mastodon.ie ran into performance difficulties as they dealt <a href=\"https://mastodon.ie/@dregin/109296394011395383\">with the influx of new users</a>. The site slowed down and people couldn’t upload images. Over 6,000 people are on that instance now.</p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<img />Remember the early days of Twitter?</div>\n\n\n<p></p>\n\n\n\n<p>The admins increased their hosting plan, eventually maxing out at the top tier. To pay for hosting they <a href=\"https://opencollective.com/mastodonie\">asked for donations</a>. Right now they have raised over €4100!</p>\n\n\n\n<p><strong>How do I add my WordPress blog to Mastodon?</strong></p>\n\n\n\n<p>It’s mostly straight forward. Install these two plugins:</p>\n\n\n\n<ol>\n<li><a href=\"https://wordpress.org/plugins/activitypub/\">ActivityPub</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/webfinger/\">WebFinger</a></li>\n</ol>\n\n\n\n<p>The installation instructions are unfortunately not great. After you install both plugins, go to your Profile page (Users->Profile) and scroll right to the end. Down there you will find your profile identifier. It will look like @author@hostname.tld. For this blog that is <strong>@donncha@odd.blog</strong>, and I have my photoblog at <strong>@donncha@inphotos.org</strong>. Search for those on Mastodon and you will find my two blogs. Please feel free to follow!</p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<img /></div>\n\n\n<p></p>\n\n\n\n<p>When a post is made and shared on Mastodon, it allows others to reply. Those replies to the <a href=\"https://mastodon.social/@Gargron/108352419081380277\">toot</a> on Mastodon will be sent to your WordPress blog as a <a href=\"https://inphotos.org/2022/11/06/on-stage-in-coughlans-bar/#comment-385708\">comment</a>! That <a href=\"https://mastodon.ie/@donncha/109296714735893201\">blew my mind</a> when I discovered that!</p>\n\n\n\n<p><strong>Troubleshooting</strong></p>\n\n\n\n<p>I discovered that running the plugins on a multi-site WordPress install will cause problems. Instead of activating it on the root install, you need to activate it on each one. I presume that’s maybe because the rewrite rules are added on plugin activation, but that’s just a guess.</p>\n\n\n\n<p>If you have caching you might want to turn it off, or at the very least disable caching in /.well-known/ as that’s where Mastodon and other services will query your server for updated information.</p>\n\n\n\n<p>It can take 10 to 15 minutes before a new post is seen. Be patient!</p>\n\n\n\n<p><strong>Why not?</strong></p>\n\n\n\n<p>There’s one reason you might not want to do this. Your blog will be on a Fediverse instance by itself. Your blog posts will only show if someone is following it, or <a href=\"https://inphotos.org/2022/11/06/on-stage-in-coughlans-bar/\">you boost the toots on Mastodon</a>, or in the Federated feed. They won’t show in the Local Feed of your Mastodon instance. The best way around this is by careful use of relevant hashtags, but please don’t spam them, or you’ll be blocked.</p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<img /></div>\n\n\n<p></p>\n\n\n\n<p><strong>Alternatives</strong></p>\n\n\n\n<p>You can hook your WordPress blog to your account too. I haven’t used them, but I saw two people use these plugins. Those posts will appear in the Local Feed of your Mastodon instance, which is a plus for discoverability.</p>\n\n\n\n<ol>\n<li><a href=\"https://wordpress.org/plugins/autopost-to-mastodon/\">Mastodon Autopost</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/syndication-links/\">Syndication Links</a></li>\n</ol>\n\n\n\n<p>You can also use IFTTT if your site can’t run plugins, and you have an RSS feed. Some details in <a href=\"https://hyperborea.org/journal/2017/12/mastodon-ifttt/\">this blog post</a>. Thanks Sandy for that link!</p>\n\n\n\n<p>I’m very excited about this. Is it too early to say that there’s enough momentum to sustain a <a rel=\"tag\" class=\"u-tag u-category\" href=\"https://odd.blog/tag/irishmastodon/\">#IrishMastodon</a> community? I hope it succeeds.</p>\n\n\n\n<p>Edit: George has a <a href=\"https://g13g.blog/2021/03/16/get-your-blog-posts-on-mastodon/\">guide on his blog</a> explaining how to do the same thing but points out that you need the WebMention plugin to receive replies as comments. I saw replies to my toots appear here as comments, but only if they were direct replies. If I replied to someone who replied to my blog that reply wouldn’t show as a comment, and I just tested that again and WebMention doesn’t change that, unfortunately.</p>\n\n\n\n<p><a href=\"https://matthewthom.as/\">Matthew Thomas</a> has created a remote follow tool called apfollow, with <a href=\"https://github.com/mwt/apfollow/\">source available</a>. This creates a page where you can follow a Mastodon account by entering your own details in a box and it redirects you to your home server to do the follow. Here’s a <a href=\"https://apfollow.mwt.me/?user=donncha&instance=mastodon.ie\">link to follow</a> my Mastodon.ie account. It fails for me, but maybe that’s something to do with mastodon.ie settings. I’ll fill out a bug report but it looks promising.</p>\";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:\"Sun, 06 Nov 2022 19:57:18 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";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:18;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Gutenberg Times: Layout Styles, Query Loop, Site Editor and WordPress 6.1- Weekend Edition #235\";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:35:\"https://gutenbergtimes.com/?p=22560\";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:100:\"https://gutenbergtimes.com/block-styles-query-loop-on-site-editor-wordpress-6-1-weekend-edition-235/\";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:20800:\"<p>Howdy, </p>\n\n\n\n<p>Today, you find additional information about contributors, known issues and new features of WordPress 6.1 below. Furthermore, plenty of educational posts, videos and first-person explorations into Block Themes. The team around Learn.WordPress scheduled a heap of awesome events on Meetup and a new free course. </p>\n\n\n\n<p>Find also new plugins, themes and so much more. </p>\n\n\n\n<p>If you feel the uncertainty of time, space, and being, <a href=\"https://www.themarginalian.org/2020/04/03/virginia-woolf-to-the-lighthouse/\">Maria Popova wrote about Virginia Woolf</a>‘s To the Lighthouse and how Woolf finds beauty in the those dread moments. <a href=\"https://www.themarginalian.org/\">The Marginalian</a> is always worth visiting. </p>\n\n\n\n<p>Enjoy and have a wonderful weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-up\">Upcoming WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Finally, <a href=\"https://wordpress.org/news/2022/11/misha/\"><strong>WordPress “Misha” 6.1 is here</strong></a>! 800 contributors from 60 countries created one of the largest WordPress releases. </p>\n\n\n\n<p>If you want to dive deeper into information about contributors, <strong><a href=\"https://twitter.com/AudrasJb\">Jean-Baptist Audras</a></strong>, core team rep and data wizard at the Whodunit agency, published <a href=\"https://jeanbaptisteaudras.com/en/2022/11/contribution-stats-for-wordpress-6-1-misha/\"><strong>Contribution Stats for WordPress 6.1 « Misha »</strong></a>. </p>\n\n\n\n<img />\n\n\n\n<ul>\n<li>Watch a <a href=\"https://www.youtube.com/watch?v=1w9oywSa6Hw\">brief overview video</a> highlighting some major features debuting in WordPress 6.1. </li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">Fieldguide</a> has been available for a couple of weeks. </li>\n\n\n\n<li><strong>Steven Stern</strong>, team rep of the support team published a <strong><a href=\"https://wordpress.org/support/topic/read-this-first-wordpress-6-1/#post-15661769\">list of known issues on the forum</a>. </strong></li>\n\n\n\n<li>The core team is working on a quick turn-around on a minor release. <strong>Jeff Paul</strong> shared his notes for <a href=\"https://make.wordpress.org/core/2022/11/04/wordpress-6-1-1-planning/\"><strong>WordPress 6.1.1 Planning</strong></a></li>\n</ul>\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the release for the WP Tavern: <a href=\"https://wptavern.com/wordpress-6-1-introduces-new-default-theme-and-fluid-typography-expands-design-tools-and-template-options\"><strong>WordPress 6.1 Introduces New Default Theme and Fluid Typography, Expands Design Tools and Template Options</strong></a></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-75-gutenberg-14-4-upcoming-wordpress-6-1-release-whats-next-for-6-2/\">Gutenberg Changelog #75 – Gutenberg 14.4, Upcoming WordPress 6.1 Release, What’s Next for 6.2</a> with special guest, Anne McCarthy, and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p>And, <strong>Site Editor</strong> it is. <strong>Josepha Haden Chomphosy</strong> summarized the discussion from a few weeks ago in her clarifying post: <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\"><strong>Site Editor: a More User-Friendly Name</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Last week, I got excited about the <a href=\"https://github.com/artemiomorales/gutenberg-interactive-fiction-engine/releases/tag/v0.1.0\">Interactive Fiction Engine</a> and I also shared the call for <a href=\"https://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-1/\">submission for the Museum for Block Art</a>. Guess what happened?</p>\n\n\n\n<p><strong>Anne McCarthy</strong> created a beautiful and <strong><a href=\"https://block-museum.com/interact/\">interactive tour of the Museum of Block Art</a></strong>. Enter the museum and discover the works exhibited on the website, McCarthy highlighted for you. </p>\n\n\n\n<h2 id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Justin Tadlock</strong> published another single-block plugin in the plugin repository called: <a href=\"https://wordpress.org/plugins/x3p0-progress/\"><strong>X3P0 Progress</strong></a>. It is a block that allows users to create progress bars using a straightforward interface. You can select different units to set your progress on the bar, percentage or in currency (for instance for a donation goal). For the layout, it sports plenty of choices for colors to border settings and spacing options. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/andersnoren\">Anders Noren</a></strong> published his sixth block theme, called <a href=\"https://wordpress.org/themes/oaknut/\">Oaknut</a>, built to help you to create Linktree-esque profile pages. It includes 23 Style Variations, 14 fonts, 8 button styles and 5 different social link styles. On his website, Noren wrote that it “include less than 150 lines of CSS and no JavaScript at all.”. On the WordPress Theme directory you can test each of the Style variations, before you make a decision. The screenshot area changes when you select one of the style variations in the little slider below. </p>\n\n\n\n<img /><a href=\"https://wordpress.org/themes/oaknut/\">Screenshot of Oaknut Theme</a> with the Style variation “night shift” \n\n\n\n<p><strong>Sarah Gooding</strong> posted on WP Tavern: <a href=\"https://wptavern.com/anders-noren-releases-oaknut-a-new-profile-block-theme-with-23-style-variations\"><strong>Anders Norén Releases Oaknut, a New Profile Block Theme with 23 Style Variations</strong></a></p>\n\n\n\n<p>Over at Castos’ YouTube Channel, <strong><a href=\"https://twitter.com/mattmedeiros\">Matt Mederios</a></strong> gives a demo of the new theme, <a href=\"https://www.youtube.com/watch?v=imzyyGLI8wE\"><strong>Linktree alternative for WordPress – Oaknut theme</strong></a>. Further, into the video, Mederios also shows site owners how to create a new template. </p>\n\n\n\n<p>Anders Noren’s other block themes are: </p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/beaumont/\">Beaumont</a>,</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/bjork/\">Björk</a>,</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/poe/\">Poe</a>,</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/davis-blocks/\">Davis Blocks</a>, and</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/tove/\">Tove</a></li>\n</ul>\n\n\n\n<p>Noren also shares his code on <a href=\"https://github.com/sponsors/andersnoren\">GitHub and you can sponsor him</a> for his consistently brilliant open-source work.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/joyofwp\"><strong>Bud Kraus</strong></a>, Joy of WP conducted a webinar with the team of GoDaddyPro. The recording is now available on YouTube: <a href=\"https://www.youtube.com/watch?v=RryB7PT0c34\"><strong>Don’t Let The WordPress Query Loop Block Throw You For A Loop!</strong></a> “Query Loop block unlocks the potential of what an Archive page can be without knowing any PHP!” </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>You can watch an <a href=\"https://wordpress.tv/2022/11/03/intro-to-the-site-editor-and-template-editor-2/\"><strong>Intro to the Site Editor and Template Editor</strong></a>, created by Wes Theron, educator on Learn.WordPress, on WordPressTV. Learn more about using a block theme and how the Site Editor and Template Editor work.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his post, <strong><a href=\"https://www.smashingmagazine.com/2022/10/wordpress-full-site-editing/\">WordPress Full-Site Editing: A Deep Dive Into The New Feature</a></strong>, <a href=\"https://twitter.com/nschaeferhoff\"><strong>Nick Schäferhoff</strong></a> examines the tools of full-site editing provides for theme development, and provides a tutorial on how to use it to modify your site.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Mike McAlister</strong> explains in his post how you can <a href=\"https://olliewp.com/spice-up-your-wordpress-content-with-block-styles/\"><strong>spice up your WordPress content with Block Styles.</strong></a> “Block styles is one of those features that seems to have been lost in the rush to full-site editing. In this post, we’ll learn how to add style variations to your blocks.” he started his post. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> takes you on <a href=\"https://gutenbergtimes.com/a-walk-through-of-layout-classes-in-wordpress-6-1/\"><strong>A Walk-Through of Layout Classes in WordPress 6.1</strong></a> The primary goals for this post are to provide developers with an overall view of the system and to know which classes can be targeted via CSS. The “TL;DR: just let WordPress handle the layout while you tinker with fun stuff like colors and fonts.” Tadlock <a href=\"https://twitter.com/justintadlock/status/1588620591762112513\">tweeted.</a> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the video, <a href=\"https://wordpress.tv/2022/11/03/intro-to-the-site-editor-and-template-editor-2/\"><strong>Using block template parts in classic themes</strong></a>, <strong>Jonathan Bossenger</strong> shows off a new feature in WordPress 6.1, the ability to register block template parts in classic themes and allows users to modify specific parts of the theme with blocks, without affecting the rest of the site layout or design.</p>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-30_70 ngl-articles-frontend\">\n\n \n <div class=\"ngl-articles-wrap ngl-articles-webview\">\n \n \n <div class=\"ngl-article-mobile\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/09/block-based-template-parts.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\" target=\"_self\" rel=\"\"><span>Block-Based Template Parts: A Happy Medium Between Classic and Block Themes</span></a></div><div class=\"ngl-article-excerpt\">I was one of the early adopters of the block editor as a developer. Despite the flak that the Gutenberg plugin was catching before it was merged into core WordPress, …a post by Justin Tadlock) <a href=\"https://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n <div class=\"ngl-article-mobile\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/building-a-block-based-header-template-in-a-classic-theme/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/09/tt1-block-header-video.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/building-a-block-based-header-template-in-a-classic-theme/\" target=\"_self\" rel=\"\"><span>Building a Block-Based Header Template in a Classic Theme</span></a></div><div class=\"ngl-article-excerpt\">WordPress 6.1 will allow classic theme authors to begin using block-based template parts. It is one of the most exciting features of the release and one that has long been… <a href=\"https://gutenbergtimes.com/building-a-block-based-header-template-in-a-classic-theme/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n\n\n<p>The first part of the <a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\"><strong>Developers Guide to Block Themes</strong></a> course is now available on Learn.WordPress. “If you’re used to developing WordPress themes using PHP, HTML, CSS, and JavaScript, but you don’t know where to start with block themes, this course is for you.” </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Brian Coords</strong> explored the intricacies of content width and layout options in his post <a href=\"https://www.briancoords.com/normal-width-websites-in-the-block-editor/\"><strong>Normal width websites in the block editor</strong></a>. “The best advice I can give for FSE is to <em>start with the global styles</em> before you start messing with the template files. Get your defaults in a good place.” Coords wrote. Start reading to learn how he arrived at the conclusion. </p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/tomfinley\">Tom Finley</a></strong> curated a list of <a href=\"https://tomfinley.co/modern-wordpress-dev-coursework/\"><strong>Modern WordPress Dev Coursework</strong></a>; websites with educational material for WordPress developers who want to learn more about building blocks or block themes. Many people on Twitter who were inquiring about more information especially full site editing inspired Finely to collect the best resources. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"4-up\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>WPCampus</strong> published a <a href=\"https://www.wpcampus.org/blog/2022/10/opening-nominations-for-wpcampus-board-of-directors/\"><strong>call for nominations to their Board of Directors</strong></a>. </p>\n\n\n\n<p>November 18, 2022<br /><strong><a href=\"https://www.wordfest.live/2022/november/\">WordFest Live Returns</a></strong> – the 24-hour Festival of WordPress</p>\n\n\n\n<p>February 17 – 19, 2023<br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia 2023</strong></a> </p>\n\n\n\n<p class=\"has-light-background-background-color has-background has-normal-font-size\"><a href=\"https://central.wordcamp.org/schedule/\"><strong>Have a look at the schedule of upcoming WordCamps</strong></a> to find one near you. </p>\n\n\n\n<a href=\"https://central.wordcamp.org/schedule/\"><img /></a>Screenshot of the list of <a href=\"https://central.wordcamp.org/schedule/\">WordCamp schedule</a> for the rest of 2022\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>November 7, 2022 – 3 pm ET / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289466943/\"><strong>Padding, Margin and Block Spacing</strong></a> with Wes Theron</p>\n\n\n\n<p>November 10, 2022 – 3 pm ET / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289518084/\"><strong>Builder Basics: How to Curate the Editing Experience</strong></a> with Nick Diego</p>\n\n\n\n<p>November 14, 2022 – 3 pm ET / 20:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289535966/\"><strong>Using the Navigation Block</strong></a> with Wes Theron</p>\n\n\n\n<p>November 16, 2022 – 7 pm ET / 24:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289512806/\"><strong>WordPress 6.1 Exploration</strong></a> with Destiny Kanno</p>\n\n\n\n<p>November 17, 2022 – 3 pm ET / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289520419/\"><strong>Builder Basics: Exploring Block Layout, Alignment, and Dimensions</strong></a> with Nick Diego</p>\n\n\n\n<p>November 18, 2022 – 2 pm ET / 19:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289507999/\"><strong>The Creative Side of Blocks, Vol. 3</strong></a> with Rich Tabor</p>\n\n\n\n<p>November 21, 2022 – 3 pm ET / 20:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289536031/\"><strong>Intro to the Site Editor & Template Editor</strong></a> with Wes Theron</p>\n\n\n\n<p>December 1, 2022 – 3 pm ET / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289520991/\"><strong>Builder Basics: Building with Columns, Groups, Rows and Stacks</strong></a> with Nick Diego </p>\n\n\n\n<p>December 8, 2022 – 3 pm ET / 20:00 UTC <br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289521234/\">Builder Basics: Demystifying theme.json and Global Styles</a></strong> with Nick Diego</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong>Featured Image: </strong><a href=\"https://wordpress.org/photos/photo/325632c838/\">Rooftops panorama of central Madrid (Spain)</a> by JM Puertas on WordPress.org/photos</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";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:\"Sat, 05 Nov 2022 14:30:28 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";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:19;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordPress 6.1 Retires Default Site Tagline in Favor of Empty String\";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:30:\"https://wptavern.com/?p=139247\";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:88:\"https://wptavern.com/wordpress-6-1-retires-default-site-tagline-in-favor-of-empty-string\";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:3280:\"<p>WordPress’ default site tagline, “Just another WordPress site,” is now a thing of the past, though not yet fully retired to the realm of nostalgia. The recent 6.1 release resolved a <a href=\"https://core.trac.wordpress.org/ticket/6479\">ticket</a> that lead developer Mark Jaquith opened 15 years ago to encourage people to change their taglines. The tagline has now been changed to an empty string for new installations. This was added as a note of interest in the 6.1 release post, which was the first place many learned about it:</p>\n\n\n\n<p><em>“The site tagline is empty by default in new sites but can be modified in General Settings.”</em></p>\n\n\n\n<p>For those who are sentimental about the tagline, rest assured that it has been preserved as placeholder text in the admin. </p>\n\n\n\n<p>“I do think the easier solution is to replace the ‘Just another WordPress site’ value with a placeholder,” WordPress Core Committer Jb Audras said in the discussion on the ticket. “By doing this, we keep this sentence which is in my opinion part of the WordPress history —by doing so, it would at least appear on the Settings screen, so we keep this signature sentence somewhere on the admin— but the value is empty by default for new installs.”</p>\n\n\n\n<p>This is the solution he committed, which landed in 6.1. The commit message identifies the reasoning behind the change: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Administration: Change default site tagline to an empty string.</p>\n\n\n\n<p>This changeset replaces the default “Just another WordPress site” tagline with an empty string for new installations. The reasoning is:</p>\n\n\n\n<ol>\n<li>Not all themes display the tagline;</li>\n\n\n\n<li>Not everyone changes the default tagline;</li>\n\n\n\n<li>When people don’t see the tagline in their theme, they may not realize it is still visible in some places, like feeds.</li>\n</ol>\n\n\n\n<p>The string “Just another WordPress site” and the related multisite string: “Just another {NETWORK} site” are now only used as a placeholder for the tagline admin option.</p>\n</blockquote>\n\n\n\n<p>The advent of block themes was also another factor, since the Customizer was where users often managed their taglines in the past. Contributors concluded that the increasing use of block themes might result in more people who have the default tagline on their sites without even knowing about it. The conclusion was it is better to make it an empty string than to add a bunch of admin prompts to update it.</p>\n\n\n\n<p>This is a welcome change to how taglines are presented, and it was past time to update it. Although most WordPress professionals had become accustomed to it, more casual users often searched for how to get rid of it, sometimes without knowing it could be customized. The message also wasn’t doing WordPress any favors, unless it was originally written to imply WordPress’ ubiquity on the web – a claim that was aspirational at the time it was first committed to core. In that case, it has long since served its purpose. An empty string ensures that the only taglines showing up for new installations are ones that admins intentionally wrote for their sites.</p>\";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:\"Sat, 05 Nov 2022 01:13: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:20;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Anders Norén Releases Oaknut, a New Profile Block Theme with 23 Style Variations\";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:30:\"https://wptavern.com/?p=139197\";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:100:\"https://wptavern.com/anders-noren-releases-oaknut-a-new-profile-block-theme-with-23-style-variations\";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:3134:\"<p><a href=\"https://andersnoren.se/\">Anders Norén</a>, a Swedish designer and prolific WordPress theme developer, has released <a href=\"https://wordpress.org/themes/oaknut/\">Oaknut</a>, a new profile block theme reminiscent of services like <a href=\"https://linktr.ee/\">Linktree</a> and <a href=\"https://carrd.co/\">Carrd</a>. The theme is for users who want a simple profile landing page with relevant social and work links, but it could also be easily expanded to capture email addresses for a newsletter, add a blog, or serve as a placeholder for a coming soon website.</p>\n\n\n\n<img />\n\n\n\n<p>Oaknut includes just three templates: Home (displays posts on the homepage, or on the Posts page if a static homepage is set), Index (displays posts), and 404 (displays when no content is found). Users who want to expand the theme beyond the basic use case can add more templates through the Site Editor or even create their own custom templates.</p>\n\n\n\n<p>The <a href=\"https://wp-themes.com/oaknut/\">demo</a> looks just like the screenshot, and there are no other pages to view. After installing and activating the theme, clicking on Customize will go to the Site Editor where everything you see in the demo is already in place, ready to be replaced with your own profile data and links.</p>\n\n\n\n<p>If the bright mustard color is too much for your taste, you’re in luck with Oaknut, because it packages a whopping 23 different style variations. Norén has also included 14 font families, eight button styles, and five styles for social links.</p>\n\n\n\n<img />\n\n\n\n<p>As one of the pioneers in the block themes category Norén ensured Oaknut was ready to showcase new features released in <a href=\"https://wptavern.com/wordpress-6-1-introduces-new-default-theme-and-fluid-typography-expands-design-tools-and-template-options\">WordPress 6.1</a>. The theme supports fluid typography, spacing sizes, root padding aware elements, pseudo selector styles in theme.json, and theme.json styling for elements like buttons, captions, and headings.</p>\n\n\n\n<p>“This enables Oaknut to have a really small CSS file,” Norén said. “It comes in at less than 150 lines, and 120 of those lines are for the custom block styles included in the theme. Combine that with locally hosted variable fonts and the complete lack of JavaScript in the theme, and you end up with some pretty speedy profile pages.”</p>\n\n\n\n<p>Norén shared a screenshot of a website using the theme with a Lighthouse performance score of 100.</p>\n\n\n\n<img />\n\n\n\n<p>Oaknut is a good choice for WordPress users who want a simple, attractive theme that shows how people can connect with them. It is also great for those who are just starting out with a web presence or domains that need a nicely- designed placeholder. </p>\n\n\n\n<p>The theme is <a href=\"https://wordpress.org/themes/oaknut/\">available on WordPress.org</a> to download for free. Norén has also created a <a href=\"https://github.com/sponsors/andersnoren\">GitHub Sponsors account</a> for anyone who wants to support the continued development of his 26 free WordPress themes and future theme releases.</p>\";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, 04 Nov 2022 20:42:27 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:21;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Post Status: What is the WordPress community capable of? A lot of good. And a few bad apples.\";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:32:\"https://poststatus.com/?p=142906\";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:101:\"https://poststatus.com/what-is-the-wordpress-community-capable-of-a-lot-of-good-and-a-few-bad-apples/\";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:2834:\"<p><strong>The Good:</strong> This week a team of people from around the world released <a href=\"https://wordpress.org/news/2022/11/misha/\">WordPress 6.1, Misha</a>. The number of people who contributed to this release is HUGE. Folks, WordPress takes <em>more</em> than a village, it takes a small city to keep the momentum moving forward, keep the technology on the cutting edge, and keep the community itself vibrant. There are literally thousands of people who bring positivity to and work hard for the WordPress community. <em>Kudos to each and every one of them!</em></p>\n\n\n\n<p><strong>The Bad Apples: </strong>Usually we try to not talk about the negative things. (Well, most of us do, you all know I don’t mind shining a light where it can help, for sure.) And <strong>Mika Epstein</strong> is no different than most of us. If someone is a personal problem to one of us, it’s usually kept out of the public eye. We soldier on and do our best to ignore minor pests. But sometimes those pests aren’t just pests. Sometimes they are intent on destruction, and they will use any means necessary to hurt others. My hat is off to Mika for being strong through the entirety of what she has endured over years of stalking, attack, malignment, and worse — all as part of her commitment to the <strong>Plugins Team</strong>. <em>No one should ever have to go through what she has.</em> It’s beyond brave of her to <a href=\"https://halfelf.org/harassment-rst/\">share with the community</a>, and I, for one, am grateful that she has. </p>\n\n\n\n<h2 id=\"h-bf-cm\">BF/CM</h2>\n\n\n\n<ul>\n<li>Black Friday/Cyber Monday is coming quickly! <a href=\"https://poststatus.com/submit-black-friday-cyber-monday-deals/\">Submit your deals here</a>. </li>\n\n\n\n<li><a href=\"https://poststatus.com/2022-black-friday-cyber-monday-wordpress-deals/\">Find this year’s deals here</a>. (More being added weekly!)</li>\n</ul>\n\n\n\n<h2>In the Spotlight</h2>\n\n\n\n<ul>\n<li>This week\'s <strong>Business Spotlight</strong> this week: <a href=\"https://poststatus.com/business-spotlight-xwp/\">XWP</a> →</li>\n\n\n\n<li>Our Member Spotlight features <a href=\"https://poststatus.com/member-spotlight-igor-ligay/\">Igor Ligay</a> →</li>\n</ul>\n\n\n\n<h2>Upcoming Events</h2>\n\n\n\n<ul>\n<li>Post Status <a href=\"https://poststatus.com/huddles/\">Member Huddles </a>every week for Europe and the Americas.</li>\n\n\n\n<li><a href=\"https://www.wordfest.live/2022/november/\">WordFest</a> is happening on <strong>December 16</strong>. (New Date!)</li>\n\n\n\n<li>Calls for Speakers and Sponsors are open at the <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a>.</li>\n\n\n\n<li>WordCamps are back! <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule</a>.</li>\n</ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 04 Nov 2022 19:50:18 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";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:22;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Gutenberg Times: A Walk-Through of Layout Classes in WordPress 6.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=22646\";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:77:\"https://gutenbergtimes.com/a-walk-through-of-layout-classes-in-wordpress-6-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15080:\"<p>WordPress 6.1 introduced several necessary changes to its layout framework. Namely, core has now centralized its layout definitions, created semantic class names, and reduced code duplication on container blocks.</p>\n\n\n\n<p>Originally, this post was intended to be a quick look at the changes to the system for theme authors. However, given the heftiness of the topic, it has evolved into a full overview of the layout framework.</p>\n\n\n\n<p>The primary goals for this walk-through are to provide developers with an overall view of the system and to know which classes are able to be targeted via CSS. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\"><strong>Table of contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-an-overview-of-layout-related-classes\">An Overview of Layout-Related Classes</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-block-gaps-and-vertical-rhythm\">Block Gaps and Vertical Rhythm</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-constrained-and-flow-layouts\">Constrained and Flow Layouts</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-flex-layouts\">Flex Layouts</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-content-justification\">Content Justification</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-avoid-code-wp-container-code-classes\">Avoid .wp-container-* Classes</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-future-layout-types\">Future Layout Types</a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-resources-to-learn-more\">Resources to learn more</a></li></ul></div>\n</div></div>\n\n\n\n<h2 id=\"0-an-overview-of-layout-related-classes\">An Overview of Layout-Related Classes</h2>\n\n\n\n<p>Layout-related classes are given to container-type blocks in WordPress. They define how nested blocks are aligned within their parent.</p>\n\n\n\n<p>Most extenders will immediately associate layout classes with the Group block and its Row and Stack variations. However, WordPress uses the classes for other blocks, such as Social Icons, Navigation, and Buttons. Layouts may also be used with third-party blocks, even though support is currently marked as an experimental feature.</p>\n\n\n\n<p>The following list is a bird’s-eye view of the currently-available classes in WordPress 6.1. Most of the class names should describe their roles, but don’t worry if you don’t understand all of them yet. In this walk-through, you will learn what each does.</p>\n\n\n\n<ul>\n<li><strong>Layout Classes:</strong>\n<ul>\n<li><code>is-layout-constrained</code></li>\n\n\n\n<li><code>is-layout-flow</code></li>\n\n\n\n<li><code>is-layout-flex</code></li>\n</ul>\n</li>\n\n\n\n<li><strong>Flex Orientation (Direction) Classes:</strong>\n<ul>\n<li><code>.is-vertical</code></li>\n\n\n\n<li><code>.is-horizontal</code></li>\n</ul>\n</li>\n\n\n\n<li><strong>Content Justification Classes:</strong>\n<ul>\n<li><code>.is-content-justification-left</code></li>\n\n\n\n<li><code>.is-content-justification-center</code></li>\n\n\n\n<li><code>.is-content-justification-right</code></li>\n\n\n\n<li><code>.is-content-justification-space-between</code></li>\n</ul>\n</li>\n\n\n\n<li><strong>Flex Wrap Classes:</strong>\n<ul>\n<li><code>.is-nowrap</code></li>\n</ul>\n</li>\n\n\n\n<li><strong>Container Classes:</strong>\n<ul>\n<li><code>.wp-container-{id}</code></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 id=\"1-block-gaps-and-vertical-rhythm\">Block Gaps and Vertical Rhythm</h2>\n\n\n\n<p>Before diving into each layout type, it’s important to understand how vertical spacing between blocks works. Much of the system relies on this feature.</p>\n\n\n\n<p>As any good designer will tell you, vertical rhythm is a crucial aspect of any design. And vertical spacing between elements, while only one aspect of the rhythm, plays a vital part in getting the design right.</p>\n\n\n\n<p>In WordPress, this is the <code>blockGap</code> property. Do not let the name confuse you. While it maps to the CSS <code>gap</code> property in some layouts, it is also used to set <code>margin-block-start</code> in others.</p>\n\n\n\n<p>Any theme can set the default via <code>styles.spacing.blockGap</code> in their <code>theme.json</code>, as shown in the following code snippet:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-json\">{\n <span class=\"hljs-attr\">\"$schema\"</span>: <span class=\"hljs-string\">\"https://schemas.wp.org/trunk/theme.json\"</span>,\n <span class=\"hljs-attr\">\"version\"</span>: <span class=\"hljs-number\">2</span>,\n <span class=\"hljs-attr\">\"styles\"</span>: {\n <span class=\"hljs-attr\">\"spacing\"</span>: {\n <span class=\"hljs-attr\">\"blockGap\"</span>: <span class=\"hljs-string\">\"2rem\"</span>\n }\n }\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JSON / JSON with Comments</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">json</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>Themes can also target the <code>blockGap</code> property for blocks that support it. The following code example shows how to set the default spacing while customizing it for the Group block:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-json\">{\n <span class=\"hljs-attr\">\"$schema\"</span>: <span class=\"hljs-string\">\"https://schemas.wp.org/trunk/theme.json\"</span>,\n <span class=\"hljs-attr\">\"version\"</span>: <span class=\"hljs-number\">2</span>,\n <span class=\"hljs-attr\">\"styles\"</span>: {\n <span class=\"hljs-attr\">\"spacing\"</span>: {\n <span class=\"hljs-attr\">\"blockGap\"</span>: <span class=\"hljs-string\">\"2rem\"</span>\n },\n <span class=\"hljs-attr\">\"blocks\"</span>: {\n <span class=\"hljs-attr\">\"core/group\"</span>: {\n <span class=\"hljs-attr\">\"spacing\"</span>: {\n <span class=\"hljs-attr\">\"blockGap\"</span>: <span class=\"hljs-string\">\"1rem\"</span>\n }\n }\n }\n }\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-5\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JSON / JSON with Comments</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">json</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>There may be edge cases where you need to overrule the default via CSS. For those scenarios, it’s typically best to change the value of the <code>--wp--style--block-gap</code> CSS property rather than targeting a block’s <code>gap</code> or <code>margin</code>. You would do this as shown in the following CSS code:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-css\"><span class=\"hljs-selector-class\">.some-target-class</span> {\n <span class=\"hljs-attribute\">--wp--style--block-gap</span>: <span class=\"hljs-number\">3rem</span>;\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-6\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">CSS</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">css</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>That may not always work. If a block (via <code>theme.json</code>) or user (via the interface) has defined a specific value for <code>blockGap</code>, that value will be used instead of the CSS property. In those cases, you should not attempt to overwrite the choice via CSS.</p>\n\n\n\n<p>With an understanding of how the space between blocks is defined, you now have the foundation for seeing how that operates within different layout types.</p>\n\n\n\n<h2 id=\"2-constrained-and-flow-layouts\">Constrained and Flow Layouts</h2>\n\n\n\n<p>Both of these layout types are technically flow layouts. This is how browsers handle the normal flow of a webpage without any intervention from CSS. WordPress defines the spacing between blocks by applying the <code>blockGap</code> value to the <code>margin-block-start</code> property of nested blocks (<code>margin-block-end</code> is zeroed out).</p>\n\n\n\n<p>There is one key difference between the two layouts in WordPress:</p>\n\n\n\n<ul>\n<li>Nested blocks within a <strong>constrained</strong> layout are limited by the theme’s content width by default (this can be overwritten with wide/full alignments).</li>\n\n\n\n<li>Nested blocks within a <strong>flow</strong> layout fill up the width of their parent block.</li>\n</ul>\n\n\n\n<p>As of WordPress 6.1, the constrained layout type is the default for the Group block. Other blocks may define different defaults.</p>\n\n\n\n<p>In the following screenshot, you can see a wide-aligned Group block with a Paragraph and Image nested inside. However, these child blocks are “constrained” to the content width by the <strong>Inner blocks use content width</strong> setting in the sidebar:</p>\n\n\n\n<img />\n\n\n\n<p>If you toggle the switch for <strong>Inner blocks use content width</strong> to the off position, the layout would become a “flow” layout.</p>\n\n\n\n<p>WordPress handles all of this out of the box. Theme authors should primarily be aware of the classes associated with each layout, which are <code>.is-layout-constrained</code> and <code>.is-layout-flow</code>. For the majority of use cases, there will never be a need to use those. However, when you need to style blocks or elements specifically within those layouts, target the specific layout class.</p>\n\n\n\n<h2 id=\"3-flex-layouts\">Flex Layouts</h2>\n\n\n\n<p>Flex layouts in WordPress work on the Flexbox system in CSS. In reality, it is a limited subset of what is possible with Flexbox that fits within WordPress’ design framework.</p>\n\n\n\n<p>One major difference between flex and constrained/flow layout types is how they handle block spacing. Instead of applying the <code>blockGap</code> value to a block’s <code>margin-block-start</code> property, the value is applied to the containing block’s <code>gap</code> property. Flex layouts also have options between vertical and horizontal layouts. </p>\n\n\n\n<p>Several container-type blocks have flex layouts by default, including:</p>\n\n\n\n<ul>\n<li>Buttons</li>\n\n\n\n<li>Social Icons</li>\n\n\n\n<li>Navigation</li>\n</ul>\n\n\n\n<p>Looking at the Group block example from earlier, you should see <strong>Layout</strong> variations for creating a <strong>Stack</strong> and <strong>Row</strong> in the block inspector. Take a look at the Row variation, which has a horizontal layout:</p>\n\n\n\n<img />\n\n\n\n<p>If the Stack variation had been chosen, the blocks would have been aligned vertically.</p>\n\n\n\n<p>With the addition of vertical and horizontal options, there are a few layout-specific classes that theme authors can target when necessary:</p>\n\n\n\n<ul>\n<li><code>.is-layout-flex</code>: Whether the layout has the flex type.</li>\n\n\n\n<li><code>.is-vertical</code>: Whether the layout has a vertical orientation.</li>\n\n\n\n<li><code>.is-horizontal</code>: Whether the layout has a horizontal orientation.</li>\n</ul>\n\n\n\n<p>Those last two map to the <code>flex-direction</code> CSS property. Horizontal layouts are given the <code>row</code> value and vertical layouts the <code>column</code> value.</p>\n\n\n\n<p class=\"has-body-background-color has-accent-background-color has-text-color has-background\"><strong>Note:</strong> The the default orientation for a block may not exist as a class in the block’s HTML, so you would need to target the layout class directly in that case.</p>\n\n\n\n<p>Flex layouts also have another option to disallow nested blocks from wrapping to a new line as they grow. This is tied to the <code>flex-wrap</code> CSS property. The default value is for blocks to wrap, which is noticeable as you add multiple blocks to a horizontal layout. However, this can be disabled via the editor. In those cases, WordPress applies the <code>.is-nowrap</code> class to the element.</p>\n\n\n\n<h2 id=\"4-content-justification\">Content Justification</h2>\n\n\n\n<p>In WordPress 6.1, the constrained and flex layout types both have content justification classes. These handle how the nested elements are aligned within their parent block.</p>\n\n\n\n<p>Looking at the same example Group block from earlier, the following screenshot has a constrained layout with the content justified right:</p>\n\n\n\n<img />\n\n\n\n<p>There are four different content justification options for container blocks, each with their own CSS class:</p>\n\n\n\n<ul>\n<li><code>.is-content-justification-left</code>: Nested blocks are aligned left.</li>\n\n\n\n<li><code>.is-content-justification-center</code>: Nested blocks are aligned center-aligned.</li>\n\n\n\n<li><code>.is-content-justification-right</code>: Nested blocks are aligned right.</li>\n\n\n\n<li><code>.is-content-justification-space-between</code>: Nested blocks are allowed to spread evenly with equal space between each. <em>For flex layouts only.</em></li>\n</ul>\n\n\n\n<h2 id=\"5-avoid-code-wp-container-code-classes\">Avoid .wp-container-* Classes</h2>\n\n\n\n<p>Some blocks may have a <code>.wp-container-*</code> class attached to them. In the past, there have been instances when it was necessary to target those classes to address some shortcoming of the layout system. However, this should be avoided altogether. There is no way to know whether the classes will exist in the future or whether their behavior will change.</p>\n\n\n\n<p>Always opt for one of the specific classes outlined earlier. They are the standard going forward.</p>\n\n\n\n<h2 id=\"6-future-layout-types\">Future Layout Types</h2>\n\n\n\n<p>CSS allows for all types of layouts, so it should be interesting to see what the future of the block editor brings—<em>perhaps even a grid layout type</em>. The goal is not necessarily to cover every potential use case. Rather, it is to offer a solid foundation that can be iterated upon as the web continues to change.</p>\n\n\n\n<p>The layout system in WordPress is still marked as an “experimental” block feature, which means it is under active development. However, WordPress 6.1 has brought us one step closer to a well-rounded and standard framework for how current and future layouts will work.</p>\n\n\n\n<h2 id=\"7-resources-to-learn-more\">Resources to learn more</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/10/updated-editor-layout-support-in-6-1-after-refactor/\">Updated editor layout support in 6.1 after refactor</a> (Dev Note WordPress 6.1 release)</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/45055#issuecomment-1303815045\">Layout Styles</a> explanations in the handbook</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/theme-json-reference/theme-json-living/#spacing\">BlockGap in theme.json</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/#spacing\">Spacing (incl BlockGap in block.json) </a></li>\n</ul>\";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, 04 Nov 2022 19:03:50 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";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:23;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Post Status: Who’s Going to Pay for All This?\";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:32:\"https://poststatus.com/?p=142747\";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:54:\"https://poststatus.com/whos-going-to-pay-for-all-this/\";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:11740:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><strong>Magne Ilsaas</strong> wants WordPress to be more than the pragmatic choice for enterprise clients. He wants WordPress agencies to be known for a distinct WordPress culture and mindset. <strong>Alain Schlesser</strong>, <strong>Carole Olinger</strong>, <strong>Carl Alexander</strong>, and <strong>Zach Stepek</strong> have a frank talk with <strong>Bob Dunn</strong> about the costs of not supporting WordPress contributors. Post Status members including <strong>Dave Loodts</strong>, <strong>Marius Jensen</strong>, <strong>Jeremy Ward</strong>, and <strong>Chris Reynold</strong>s discuss the looming <strong>PHP 7.4 EOL</strong>. Plus <strong>Jb Audras</strong>‘ breakdown of contributions to the <strong>WordPress 6.1</strong> release. For your weekend reading, some news and insights from business, workplace, webtech, and govtech writers beyond the WordPress bubble. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">4</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-the-wordpress-enterprise-paradox\"><a href=\"https://poststatus.com/the-wordpress-enterprise-paradox/\">The WordPress Enterprise Paradox</a></h2>\n\n\n\n<p><strong>Magne Ilsaas</strong> goes back a long way as a WordPress agency founder serving large enterprise clients. Why WordPress has been such a success in that space is now a barrier to its growth, Magne argues. It is not enough to be the pragmatic choice — the “tool that gets the job done, cheaply and effectively.” This leads to short-term engineering-focused solutions while “other [non-WordPress] agencies are helping clients with strategic decision-making, design and communication, user testing, conversion optimization, and digital marketing.” Magne wants WordPress agencies to be known for a distinct WordPress culture and mindset:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>What if we did business the same way we\'ve built WordPress? What if we leverage our biggest asset, which is not WordPress the tool. It’s WordPress, the community, the culture, the openness, and the inclusiveness. What if we create our own way of integrating our open-source mindset into how we conduct our businesses?</p>\n</blockquote>\n\n\n\n<p>While talking with Magne and working on this article, which was originally drafted a few years ago, he confirmed a couple of things that have kept coming up in my reading and conversations. They each represent both threats and opportunities: </p>\n\n\n\n<ol>\n<li> All the complaints, hazards, frustrations, and wishes of big agencies and their customers are very much aligned with small agencies, freelancers, and their customers. In particular, everyone wants clear quality signals for selecting plugins that meet their needs and don\'t distort, complicate, or disrupt the user experience, especially in the admin interface.</li>\n\n\n\n<li>The agency space has been a boomtown, and there are established companies, some with hundreds of employees, who do work heavily or even exclusively with WordPress but have little or no involvement with the project and community. They hire specifically for WordPress knowledge and expertise with varying degrees of technical fluency. WordPress needs them, and they need WordPress agency peer networks and gatherings whether they know it or not. </li>\n\n\n\n<li>Unfortunately, those connecting networks, events, and trade publications don\'t exist or are very underdeveloped in WordPress compared to the larger digital agency scene and web tech industry at large. It\'s important for WordPress agencies to be there too, in organizations like <a href=\"https://www.sodaspeaks.com\"><strong>SoDA</strong></a> (founded in 2007) for <a href=\"https://www.viget.com/articles/viget-joins-soda/\">the reasons described</a> by <strong>Brian Williams</strong>, co-founder and CEO of <strong>Viget</strong>, when they joined back in 2013.</li>\n\n\n\n<li>Large WordCamps aren\'t meeting that need, and with the challenges of the volunteer model why should they be expected to? (<a href=\"https://poststatus.com/market-size-and-market-shares/\">We\'ve said this before</a>.)</li>\n</ol>\n\n\n\n<h2>Supporting WordPress Contributors </h2>\n\n\n\n<p>Some of the best conversations that expert listener <strong>Bob Dunn</strong> has recorded for <strong>Do the Woo</strong> are open conversations with people the WordPress community is lucky to have. This time it\'s <strong>Alain Schlesser</strong>, <strong>Carole Olinger</strong>, <strong>Carl Alexander</strong>, and <strong>Zach Stepek</strong>. An alternative title for this talk could be “Why Can\'t Contributors Have Nice Things? (Like a Living Wage).” Carl\'s impactful <strong>Twitter</strong> thread <a href=\"https://twitter.com/twigpress/status/1577668456354238464\">a few weeks ago</a> inspired the conversation.</p>\n\n\n\n<p>Alain, Carole, Carl, and Zach all speak about the technical debt they see being piled onto WordPress — the project and the community — because of the high cost of contributing without solid or sustainable backing. Carole and Carl discuss the <strong>WordCamp</strong> volunteer model, which Carl thinks may be broken beyond repair, and with it, many years of institutional knowledge will be lost. Deep disconnection from the <strong>PHP</strong> community presents all kinds of risks and missed opportunities Alain addresses.</p>\n\n\n\n<p>Behind Alain\'s voice, it\'s impossible not to hear <strong>Milana Cap</strong>‘s as they are both pointing out “<a href=\"https://developerka.org/2022/05/21/wheres-that-elephant-in-wordpress-community/\">The Elephant in the WordPress Community</a>.” As <strong>Gutenberg</strong> truly starts to round the corner with the adoption and knowledge-sharing of standard-setters like <strong>10up</strong>, maybe there will be a collective realization: it\'s time to feed the elePHPant, or at least support some of our best elePHPant handlers.</p>\n\n\n\n<p>In that vein, Bob mentioned in the show (and in a conversation we had this week) that next year he will be putting significant funding back into the community from Do the Woo\'s generous sponsors. But you can support <a href=\"https://github.com/sponsors/carlalexander\">Carl</a> and <a href=\"https://github.com/sponsors/schlessera?success=true\">Alain</a> right now with any amount you choose via <strong>GitHub Sponsors</strong>.</p>\n\n\n\n<h2>End of the Line for PHP 7.4 in 23 Days</h2>\n\n\n\n<p>On the themes of maintenance, technical debt, and “pay now, or pay later,” unless it gets changed as WordPress project leadership has requested, <strong>PHP 7.4</strong> will <a href=\"https://www.php.net/supported-versions.php\">no longer be supported</a> with security patches as of <strong>November 28</strong>. Some hosts are forcing customers to upgrade or leave. <strong>Dave Loodts</strong>, who has found himself in the forced-to-leave category, <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1667476104013399\">started a discussion about it</a> in <strong>Post Status Slack</strong>. The views offered were broad-ranging, thoughtful, and relevant to the topics mentioned above. </p>\n\n\n\n<p><strong>Marius Jensen</strong> pointed out that WordPress developers “are spending so much time keeping up with changes” to PHP in a never-ending maintenance loop “that it\'s hard to pick up new things [that can be done as PHP evolves] and innovate and use all the goodness PHP offers.” He feels “that\'s hurting our ability to move forward as well.”</p>\n\n\n\n<p><strong>Jeremy Ward</strong> countered that “three years of support per release feels aggressive, particularly within our community due to the nature of our platform,” but “we can do a better job as a community at choosing an entry point with each major release to get things compatible. We knew PHP announced a change to their cadence, and to a degree, I don’t think we took them seriously that they’d stick to it. Until the <strong>PHP Federation</strong>, WordPress has more or less opted out of any language community initiatives, most notably <strong>PHP-FIG</strong>. I think all those smaller decisions kind of contribute to the challenges we face today…”</p>\n\n\n\n<p><strong>Chris Reynolds</strong> noted that even though WordPress core rarely has problems with a <strong>PHP 8</strong> environment, <a href=\"https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/\">PHP 8 only has beta support</a>, and enterprise customers aren\'t interested in anything “beta.” They need “official communications” and documents affirming full support, but WordPress\'s “official communication says it\'s not ready yet.</p>\n\n\n\n<h3>Quick Links</h3>\n\n\n\n<ul>\n<li><strong>Jb Audras</strong> has <a href=\"https://jeanbaptisteaudras.com/en/2022/11/contribution-stats-for-wordpress-6-1-misha/\">another fine report on contribution statistics</a>, now for <strong>WordPress 6.1</strong>. Here\'s the tl;dr in <a href=\"https://twitter.com/AudrasJb/status/1587795340023005186\">a Twitter thread</a> with a bonus graph of company rankings by number of commits. <strong>Automattic</strong> is #4.</li>\n\n\n\n<li><a href=\"https://www.bloomberg.com/features/2022-the-crypto-story/?leadSource=uverify%20wall\">The Only Crypto Story You Need</a> by <strong>Matt Levine</strong> at <strong>Bloomberg</strong>: “Crypto, in its origins, was about abandoning the system of social trust that’s been built up over centuries and replacing it with cryptographic proof. And then it got going and rebuilt systems of trust all over again. What a nice vote of confidence in <em>the idea of trust</em>.”</li>\n\n\n\n<li>From <strong>Workplace</strong>, did you know <a href=\"https://workweek.com/2022/09/26/performance-reviews-dont-actually-assess-your-performance/\">Performance Reviews Don\'t Actually Assess Performance</a>? And <a href=\"https://blog.jim-nielsen.com/2022/what-work-looks-like/\">What Work Actually Looks Like</a>, from <strong>Jim Nielsen</strong>.</li>\n\n\n\n<li><strong>Emily Peck</strong> at <strong>Axios Marketplace</strong> reports that <a href=\"https://www.axios.com/2022/10/19/remote-work-baby-boom-america\">remote work may have fueled a baby boom among U.S. women</a>. This has never happened in a recession before among knowledge workers. Lots of interesting takeaways from this data. </li>\n\n\n\n<li><strong>Google</strong> has <a href=\"https://therecord.media/google-backs-senate-bill-on-securing-open-source-software/\">backed the US Senate security bill</a> aimed at “securing open source software.” Here\'s <a href=\"https://www.scmagazine.com/feature/devops/even-with-all-eyes-on-software-supply-chain-security-open-source-remains-a-neglected-target\">a good backgrounder</a> from <strong>Menghan Xiao</strong> at <strong>SC Media</strong>. And here\'s <a href=\"https://thecyberwire.com/newsletters/policy-briefing/4/208\">what compliance is going to require</a>. Get familiar with <a href=\"https://www.cisa.gov/sbom\">CISA and SBOMs</a>.</li>\n</ul>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 04 Nov 2022 16:49:52 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:24;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Post Status: InstaWP: A Conversation and Tour with Founder Vikas Singhal — Post Status Draft 128\";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:32:\"https://poststatus.com/?p=142568\";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:82:\"https://poststatus.com/instawp-a-conversation-and-tour-with-founder-vikas-singhal/\";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:40529:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">InstaWP is about a year old now — let\'s take a tour of it and catch up with Vikas Singhal to see how he hopes it will evolve. Currently, it\'s a testing, demonstration, training, and marketing tool for WordPress product owners and agencies. Next, Vikas aims for InstaWP to support a marketplace for developers and agencies launching WordPress sites. Finally, he envisions it becoming a platform of platforms — WordPress-as-a-Service for people building their own WPaaS </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">4</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"has-drop-cap\">About a year ago, <strong>Vikas Singhal</strong> launched <strong>InstaWP</strong>, a serverless platform for spinning up WordPress sites instantly for demos and sandboxes, development and testing, or training and education. Along with WordPress, any combination of plugins and themes can be included. There’s <strong>GitHub</strong> integration, and InstaWP has the ability to push sites to a large number of hosts or pull them to a local development environment. (InstaWP generates Blueprints — .zip packages for <strong>WP Engine</strong>’s <strong>Local</strong> app.)</p>\n\n\n\n<p>InstaWP is being embraced by WordPress product developers and agencies. It has significant product testing and marketing applications since customers can spin up any number of demo sites based on a custom template, and this activity is logged. Vikas has picked up <a href=\"https://poststatus.com/post-status-notes-501/\">seed funding</a> from <strong>Automattic</strong> and looks forward to announcing many new partnerships with WordPress businesses that have found InstaWP and valuable and complementary tool.</p>\n\n\n\n<p>Vikas sees InstaWP’s future as a marketplace for agencies, developers, and freelancers. Because of its powerful site templating and cloning capabilities, it could ultimately become a way to generate bespoke WordPress-based SaaS platforms at scale.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-26 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"StellarWP\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3 class=\"StellarWP\" id=\"Sponsor\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/stellarwp\">StellarWP</a><a href=\"https://poststat.us/wpengine\"></a></h3>\n\n\n\n<p><strong>StellarWP</strong> provides WordPress solutions for all humankind. We’re a collective of leaders interested in growing WordPress companies. We build great plugins, but we don’t stop there; we continually challenge ourselves to keep innovating and improving. <a href=\"https://stellarwp.com/about/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Reach out to us if you’re interested in learning more!</strong></a></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-top\"><div class=\"wp-block-image stellarwp-logo\">\n<a href=\"https://poststat.us/stellarwp\"><img width=\"400\" height=\"400\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/stellarwp-logo-avatar-1.jpg\" alt=\"StellarWP\" class=\"wp-image-101425\" title=\"StellarWP Logo\" /></a><a href=\"https://poststat.us/stellarwp\">StellarWP</a></div></div>\n</div>\n\n\n\n<p> </p>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://instawp.com/\">InstaWP – Instant WordPress Sites for Everyone</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/vikasprogrammer\">Vikas Singhal</a> (Founder, <a href=\"https://instawp.com/\">InstaWP</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a> (Editor, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode/photo\">Olivia Bisset</a> (Intern, Post Status)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Dan Knauss:</strong> [00:00:00] With Singal here, with Insta, wp get a little tour of where we\'re at today with with this new and interesting product. I think, I think you\'ve been Pretty familiar in at post status anyway. I know a number of members have been been using this platform.</p>\n\n\n\n<p>So how did, how did you put it together? What would you like to people to know who are completely new to it, who haven\'t seen Insta WP before?</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Yeah. There\'s an interesting question. First of all means I would like to thank post status because that\'s where I posted about instead of the. For the first time, and that\'s where it took off.</p>\n\n\n\n<p>I remember you or you were with Dimension Media handle, right? Right. Well that\'s</p>\n\n\n\n<p><strong>Dan Knauss:</strong> David Bi and I Yeah, that was, he was he was [00:01:00] with us then. Right.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Right. So yeah, you guys shooted about instead of Lupe and then it took off really well. I got initial interest initial kind of early adopters from post status.</p>\n\n\n\n<p>So that was great. Mince, how did I put it together, is I started with WordPress about four or five years ago, but, and then I built a plugin theme company over the years, and I also have that in parallel which is still in we are still alive. But the, the biggest thing, which I always wondered that, why don\'t we have like a good.</p>\n\n\n\n<p>To create a workplace website like you do, like a Shopify website or any other SAS-based platform where you just click like a great site and it, it gives you site. Instead, you either have to set up like a clunky local setup which takes away your cpu, and it\'s, it\'s, it\'s not that easy, right? And at the same time when you use your hosting account, it has its own disadvantages.</p>\n\n\n\n<p>Then you have to go multiple steps. [00:02:00] You have to do, you have to eat up your hosting credits and other things, right? So you don\'t, It\'s not like a really like a playground where you just create a site and then test it and then dispose it. So the initial idea was to give kind of a platform where you can create a disposable site.</p>\n\n\n\n<p>At least that\'s how it started. And then it obviously became something completely like not different, but more wash than the initial idea. And so that\'s how it started. And it was started about a year ago, I think, September, October 2 21. When I I created MVP and posted and post as, as I said earlier and then obviously about six months, eight months down the line we got funding from Automatic and then it, it bo it became all real and.</p>\n\n\n\n<p>All kind of so much pressure, , but yeah, I means we are at this point that we have like a good version, one plus plus kind of project product with, with us. A lot of folks are using it. We have about thousand websites being [00:03:00] created on Insta every day. So I like to think that we, we contribute some part of this to the workplace ecosystem wherein because we have a very generous, free plan.</p>\n\n\n\n<p>You get five websites where you can create, in your account you have like 500 MB of disc usage. You can create a template and all that. So I know a lot of folks are using the free account and we are happy with it because that increases the engagement with the platform and that gives us a lot of feedback.</p>\n\n\n\n<p>So with that, I think it\'s time. I give you a small demo of how it looks like. Good. And then you can go from there.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. Are you hoping that those who are using the, the free accounts will convert and up upgrade later? Or are they they two different audience segments where people are doing very quick testing, but then maybe maybe another group is ends up using it as, as a more permanent platform or for something that they launch sites to, to other hosting providers?</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Yeah, so I think [00:04:00] we, as I said, we started as a disposable site platform, but then we are now allowing people with a paid account to reserve a site for extended period of time, so you don\'t need to actually let it expire. So, so these are two different personas of our users. One is someone who are just testing disposing so they don\'t need to upgrade.</p>\n\n\n\n<p>And we don\'t expect them to upgrade. But then there is obviously another serious users like agency owners product owners, developers. Who, who, who want to ex explore the platform to another dimensions or another levels of what, what it can do. So that\'s, that\'s where we want.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. You have some who are using it as a permanent sandbox for demoing their own products that well they might periodically completely overhaul it, change it, put on, update their their system, but their customers are, are using it.</p>\n\n\n\n<p>Is it, I guess they could map it to any domain that they like.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Right. A lot of our agency customers, what they do is they create a. [00:05:00] The market as a permanent site. So when we say permanent on Insta is not like a hosted site, so we don\'t provide hosting. But they can still map like a custom domain to, to that Insta site.</p>\n\n\n\n<p>And it becomes like a white label site at that point. And you can actually show that to your client once they\'re okay with it. Who can do one click migrate to they\'re host. Account or your hosting account, however it is set up. So it doesn\'t really matter. So, so it\'s, as I said earlier before our call, that it is kind of a breeding ground, right?</p>\n\n\n\n<p>Where you like you nurture your baby and everything is okay, and then you push it off to the world, right? So, and then all your tools, all. So our vision is that we connect. All the plugin provider, all the team providers have a template store, have a product store have the, have our cloud underneath.</p>\n\n\n\n<p>So when, when we become the clue, right? So we, we tie them together. And I think you shared one interesting post recently about onboarding on on WordPress. So we are trying to solve that for agencies and freelancers at least, at least for them, right? [00:06:00] And then maybe later on we can bring in DIYs as.</p>\n\n\n\n<p>Who want to build their site, and they will have like a ready made starter templates. So, so it, it\'ll be really, really easy for them to get a new site.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Great. Well, yeah, let\'s, let\'s spin one up. You can go from scratch or, or from a, a template it looks like.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Right? So you can start from a template if you have one.</p>\n\n\n\n<p>So we have created some templates, so we can get back to that later. And then you can start from scratch. So you can choose WordPress version. So we, we support all the way to older version and newer, newer versions. Even better versions. I think 6.1 is what , it\'ll be added. And you can also test on multiple PHP versions all the way to 8.1.</p>\n\n\n\n<p>You can choose some presets of configuration wherein it is not actually like a snapshot, but it is like a set of configuration parameters. So you can say that auto in install, Astra auto install, Elementor auto install whatever dv, even if it is premium theme plugin, it doesn\'t really matter. So [00:07:00] I\'ll show that in a.</p>\n\n\n\n<p>You can provide a site name or you can just keep it blank for a random site. So I am just keeping everything as default and clicking on Create site. Also just to for, for, for the purpose of completion that we have a temporary site option and a reserve site. So this is disabled on a free account.</p>\n\n\n\n<p>The free account, you can only do temporary sites. So let\'s create, let\'s do. And within a few seconds you should have a new site, new site, ready to go for you. Right. And the one, the detail which we show is obviously the url, username and password. So when you click on it, you should get a site. Up and running.</p>\n\n\n\n<p>And you might notice that this particular, in this particular instance we have some faker data already populated. The reason being my default configuration has that. So if I go to configuration tab and choose default and go to Faker, so my core figurer is on, and I have created some posts, some pages, some tags, some categories.</p>\n\n\n\n<p>So we, so we are using Yost faker [00:08:00] internally to do all. Right. And then you can also do like a what kind of keyword you want to do for, Oh,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> what\'s a, what\'s a faker? I was looking at that yesterday and, and wondering, I\'m not familiar with that term.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> So a lot of time you want a website filled with some content, right?</p>\n\n\n\n<p>It doesn\'t really matter what kind of content you need, so, This is like that, so, Oh, right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Okay. So prepopulated content.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Yeah, Repopulated content. Yes. So, exactly. So some posts, some pages, some authors, so that it gives you somewhere to start, right? Not necessarily. You want to start from scratch. Sure. So you can switch it off, switch it off.</p>\n\n\n\n<p>By default it is switched off and there is a lot of other configuration, as I said earlier, so you can make a default configuration of your site language multi-site. Reinstall plugins, pre-install teams and all that. So obviously a lot of options, we can go over them one by one, but let me just explain what is, what are the main features which we have.</p>\n\n\n\n<p>So so second [00:09:00] thing is you can do like a quick auto login to your site and you don\'t need to remember you\'re using \'em in password and then it straight away goes to the WebPress admin. And then you can imagine you can just work from there. So you, you can imagine that this, these kind of features are not, Kind of not available in all the platforms.</p>\n\n\n\n<p>Right? Some features, some platform will have some feature, but our focus is completely on making WordPress cool or WordPress easier to use, right? Right. You don\'t need to worry about installing a bunch of things to, to make these things happen. So another option is reserving a site. So if you have, let\'s.</p>\n\n\n\n<p>You want this site for a longer period of time. By default, it gives you, like, based on your plan. So if you have a free plan, you, it gives you 48 hours. If you are on a paid plan, it, it goes from seven days to to up to a month, right? And we have add-ons, so you can always increase those options. So you can reserve a site and this will never expire.</p>\n\n\n\n<p>And these are, this becomes like a permanent site. And then when you are comfortable, you can [00:10:00] delete it yourself if you want. The second cool option is saving this as a template. So there are multiple kind of para, multiple paradigm how you can use a template. So let me just, let me just first, first create a template.</p>\n\n\n\n<p>So template is nothing but like a snapshot of your site. So it saves, it saves the content, it saves the database, it shifts everything. And like a backup of your site. Let\'s say demo PS, and you can put a description, post status demo template. Somebody has taking this name ops, so let\'s say obviously add one</p>\n\n\n\n<p>So yeah, that was probably me say, yeah. Oh, maybe you , right? So now if you go to your private template staff, this demo, this template creation is in. So it takes few moments depending upon the size of your site, and now within few seconds, you will have it ready. So basically at this [00:11:00] point there are multiple things which, which you can do with the template.</p>\n\n\n\n<p>So first, the most easiest option is go back to sites, click on Agnew, and you will have this from template. Now this thing is appearing here, create site. So the new site will have. Whatever you had on the parent\'s side, right? So, Right. It\'s that easy now. So it takes a few moment because now it is being created from attempted rather than scratch from, from a blank worker\'s side.</p>\n\n\n\n<p>So it takes few moment based on the size of, of your parent\'s size. However, we, we do have an like a really interesting option where you can mark your template as an instant template. So that\'s like an advance option only available in the agency. So a lot of that is actually very useful when you like, do like a sandbox and all, and it\'ll do, it\'ll create a site instantly, right?</p>\n\n\n\n<p>It, it won\'t, it won\'t take even a, even a second. So now this site is completely like a, like a clone of your parent\'s site [00:12:00] and only the name changes. The URL changes. So you, so whatever changes you make on the parent\'s side, obviously is not. Those changes are not affected here, right? So, so these are two different sites and you, you can see in your list also that this comes from the template.</p>\n\n\n\n<p>There\'s a small section that shows that. Now this was just the basic operation of a template. However, there are two things which can do here. One is connecting this to a get deployment. So I will not get into much detail with the interest of time, but what happens is if you have, let\'s say, a plug. Or a team on a, on a gi it can be on GitHub, it can be on Bitbucket.</p>\n\n\n\n<p>It doesn\'t really matter. But we support GitHub more natively for now. But other supports are also coming. What happens is if you, let\'s say, if you have a Bud Press plugin, and the, the biggest thing, which we have noticed because we also develop plugins, is that. There are multiple developers who are working on, on a plugin.</p>\n\n\n\n<p>Let\'s say one developers [00:13:00] developing one feature. One is fixing another bug. They\'ll be doing that on their own kind of prs, right? They will have their own branches. They\'ll raise a pr. What will happen is as soon as they raise a PR and you have set up your get report with, with the template, every time there is a pr per.</p>\n\n\n\n<p>They will get a special workplace deployed for them, which is created from the parent side, so it is loaded with all the bells and visuals, all the other companion plugins, all the other content. Right, right. And then it\'ll pull the latest plug-in code from that pr. So I\'ll just show that I\'ll show an example of what we have done in the past rather than connecting the whole thing.</p>\n\n\n\n<p>So if you see one of these prs, you will see. Sure. So for example, I changed this file, so I changed the version of my WordPress plugin. So what happens is as soon I raise this pr my new WordPress instance was deployed. Instead of loopy and it had then that new code. So you can [00:14:00] imagine the, the impact of it.</p>\n\n\n\n<p>Right. So it, so within moments you get a site and you can test your new feature, and then when you close the pr, that site will be destroyed. Right? Right. So that site is gone. And this is kind of one of the most asked, most used featured by, especially the product developers, the the who are developing for breakfast.</p>\n\n\n\n<p>Sure. So the next cool option is the share template. So once you mark a template as share it becomes, it is basically a sandbox at that point, right? So it, now if you go to the share tab and this demo, PS one is actually having a shared link, right? So if I open that, copy that and open in a new. What happens is I get a landing page and the interesting thing thing about is this landing page is that it is available for all users, not just logged in users.</p>\n\n\n\n<p>Right? So this is ready to go anybody. [00:15:00] So let me open this in, in Incog mode, and you will see that this is this exact landing page pages available for an anonymous user. Now what, what are you doing exactly? You have offered your template. As like a sandbox for anybody to test. And this is what a lot of folks are doing as you said, as we discussed earlier.</p>\n\n\n\n<p>So let me enter an email id and then within seconds it\'ll start creating a site based on a template, and then it\'ll give you to the user. Now, if you go back to your panel, we have simple statistics built in. So if you click on statistics you\'ll see that one site was created today, first November. And then if you go to table, you will see that the site was created, who created it, right?</p>\n\n\n\n<p>And there are like tons of options you want to create. If you want to collect email, you want to link it to your MailChimp account, ah, that you want to call a web. So,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> so that, that, that initial login box I saw it had a checkbox for a newsletter that could Right. That\'s not yours. [00:16:00] That\'s a instant wp. That could be the the right, the user for someone\'s doing a sandbox for their plugin.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Right. So you, you can actually change everything. So, so we show a quick preview of why you\'re changing it. So let\'s say you don\'t want to collect email, right? So this thing will be gone. But if you want to collect email and you want to hide the previously check box, you can hide that. You can mark email as required if you want to like change the previous policy text.</p>\n\n\n\n<p>Wow. So let\'s say, yeah, So this is a new policy. Let\'s see. And you can see it real time changing. We also send out an email when somebody. A website which, so this email can be completely customized based on like your brand, you can upload a brand logo, so this instead of logo will be replaced by that logo.</p>\n\n\n\n<p>All this obviously is in paid plan, so not available for paid users. Free users. However, free users can come up to this point with all the options as default, and they can still create a shared template, one shared template in a free.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> So this is, this [00:17:00] would be great for marketing purposes than if, or, or if you wanted to have a select group of people test a new feature and, and give feedback.</p>\n\n\n\n<p>But this would give you some, some good data back on if you did a campaign of test some new features or, or Try before you buy,</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> right? Yeah. A lot of companies, like even Gravity forms, they\'re using for beta releases. So they\'re select group of people who are doing beta testing. So they create a template because a template has all the, all the things, as I said earlier, right?</p>\n\n\n\n<p>Content plugin, and they can create new instances based on the template and they\'re ready. Nice. You can also set lifetime of these sites, which I created from the template. So it can go from 30 minutes all up to 15 days. In fact WordPress, full site editing outreach experiment. I don\'t know if you know that.</p>\n\n\n\n<p>Connected by Annie. Oh. Yes. Great. So they are using this as a part of their. Outreach. Does</p>\n\n\n\n<p><strong>Dan Knauss:</strong> the does the use data then get logged separately? So if, if a site expires that [00:18:00] someone has, has used, you\'re still getting An aggregate of, of all the data that, that\'s been produced by users.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Right, Right.</p>\n\n\n\n<p>So yeah. So basic status effects will include even the expired sites. So here, this, this data will show even if the site expires, because you need to, you need to see the trend. But we are coming up with some advanced statistics on how much time did the user use, how many pages did they visit? Things like that, Right?</p>\n\n\n\n<p>What was the actual usage pattern of the user so that you can take informed decisions based on that,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> right? Oh, that\'s terrific.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Right. And I can export this list as csv and yeah, you can do a lot of stuff. So, yeah, So that was about templates. So sites and templates are. The core of, instead of, But then obviously we have configurations.</p>\n\n\n\n<p>We have deployments. Deployments is where you can connect your GitHub account and all. And then we [00:19:00] have mail shift integration and more integrations coming in. We, you can create multiple teams, so these are like workspaces. You can invite team members to different workspaces. We use it for our own team, obviously.</p>\n\n\n\n<p>So we eat our own dog food and. So I guess in the sites thing one more thing, a couple of more things maybe shown. So you can use tools like code editor you can use tools like D Editor. So these things are like really quick, right? So, and everything about Insta is instant, right? So it has to be very, very quick.</p>\n\n\n\n<p>You don\'t need to do any configuration. So you can see all the WordPress tables are now open up, right? So it\'s that easy, right? And same thing. So if you hover a site, you can still get the same thing. So code, I guess you have already used that. So this is something as we want to improve that. But still this is very powerful.</p>\n\n\n\n<p>So it is like a multi tab editing experience similar to what Sublime or Visual Code provides. But we are building our own code editor [00:20:00] which will be like similar to Sublime Experience, and then it\'ll also have like a multi. Party collaboration. So let\'s say you and I can share a URL and then can, can work on the same work site online.</p>\n\n\n\n<p>Right. So you\'ll see mouse moving, you\'ll see them editing like similar to in Google Doc. Sure.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. When I, when I tried this out, I, I found, So you have to go under file and, and click save and then it instantly becomes active on the site. Yeah. So these</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> are all active. Yep.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. There\'s, there\'s not really a, It doesn\'t give you any feedback on whether you\'ve white screened the site or not, but you, you don\'t get locked out if there\'s a, a failure.</p>\n\n\n\n<p>Is there any kind of error logging built in here or, or a way to roll back? Changes.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> The first option is built in, so if you can hover over the site, you\'ll see view locks. Oh, okay. So here you can see error locks and access locks, and you can actually search through the locks. And we are coming up [00:21:00] with debug locks as well.</p>\n\n\n\n<p>So we\'ll switch on W P D bug, and then you can see those logs as well. And then the other one, which you talked about is rolling back is an interesting feature. So what we are trying to do is create versions of your site. So let\'s say you are working on the site and then you are good with that. You will have an option here itself on, on the top, let\'s say save snapshot or a save a version.</p>\n\n\n\n<p>It\'ll create like a quick version of the whole website and then you can roll back to any of the version at any point. Wow. And I guess some other cool stuff here is obviously we have this ssh. So you can enable SSH and with SSH you get access to WP cli. That is like very, very easy, very, very quick.</p>\n\n\n\n<p>So you can, if, if you have time, I can just show this to you real quickly. So you enable SSH takes a second and you open your ssh. So as a part of our making this even easier we will have [00:22:00] like a SSH console right here, okay? Right next to close, which will say like, open console, web console of ssh, and it\'ll open the whole thing inside the website, right?</p>\n\n\n\n<p>So you don\'t need to open your ssh client. If you want, you can do that, but you don\'t need. , right? Same with the same with ftp. So you enter your username password, enter your SSH key, boom. So you are inside your website. So let me clear this up. So you can go to the public folder and yeah, so you have all the sites and then you can do like a lot of stuff obviously.</p>\n\n\n\n<p>So you have like W P C I command, you can run them right. Not a problem at all.</p>\n\n\n\n<p>All right. I think I\'ve covered at least 70, 80% of what we can do with Insta. Obviously there is some more things to explore and a lot of things coming up right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> And it has an [00:23:00] export feature. A lot of, a lot of us use WP Engines local product for, for local development. And that exports a blueprint right here that you can, you can import to,</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> to local, right?</p>\n\n\n\n<p>So it\'ll email you a zip, a link to afi, Uhhuh , which you can download, and then just drag and drop to local w p and you don\'t need to do any configuration. Nice. Okay. And then, yeah, so map of map domain is where I think we spoke about it, is where you just create a c record to this particular site, and then you can map it to any domain of your choice.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> So that\'s, that\'s great. You\'re up to a thousand. Regular customers now and are you, are you seeking further investment? What are, what\'s next for it as, as a growing business and, and what, what do you see happening in your, in your roadmap for the future?</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> So we have more, more than that.</p>\n\n\n\n<p>We have, we are [00:24:00] actually getting thousand websites created on INTA Per day. Every day. Yeah. Per day. Right, Right, right, right. And we, we have, we are getting, we are getting great reaction from users. We are free to pay. Conversion is about five to 10%, so that is also good. And regarding further investments, we have got interest from the market to be honest.</p>\n\n\n\n<p>But then we want to even test the waters even further so that because when you take money from market, it creates tremendous pressure and responsibility because you can\'t just throw that money around, right? You, you have to be, you have to own it. And so what we are doing right now is figuring out our marketing strategy wherein where, where, who is our ideal customer and who can pay us X amount so that it, it justifies the business.</p>\n\n\n\n<p>And that\'s where we are exploring more and more things. And you will see a lot of things happening. Like we are, we are sponsoring, we sponsored a small sponsorship on work camp. And, and then work Camp Asia is a [00:25:00] bigger sponsorship. I\'ll be there personally and a lot of stuff, we, we are, our, our stuff is going to be featured in a lot of YouTube channels, lot of guest posts, lot of partnerships.</p>\n\n\n\n<p>You\'ll see a lot of stuff in coming weeks and months. Good.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Good. Do you have, have a sense of who that ideal customer is? Who, where do you think that\'s leading you</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> right now? There are two personas which we are kind of targeting. One is the agency freelancer market who are developing site for clients.</p>\n\n\n\n<p>So that\'s, I, we have got several of those and those guys are like, Really, really happy with the product because it, it gives them like, kind of it empowers them, in fact to, to create WordPress sites without thinking about the underlying infrastructure. And they can, they invite their team, they can invite contractors, they can do a lot of stuff, which they, they would have been doing it, but with.</p>\n\n\n\n<p>Connecting several pieces and then creating some something of their own right. And second person persona is the [00:26:00] product. Develop developers, the, the, the plugin and theme authors out there who are developing products. So those guys are like, those folks are using for sandboxes for their data integration their staging testing of their plugins before releasing them, right?</p>\n\n\n\n<p>Things like that. So these are the two personas which we are targeting right now. Yeah,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> that, that makes a lot of sense. It\'s, it\'s very familiar from, for anyone who\'s, who\'s worked with, with something like local before but you\'re actually working live in the browser very. With a very quick response.</p>\n\n\n\n<p>You know, that\'s, I can see the educational purposes too for for opening, opening up WordPress development in general for for people who are new to it or, or trying to to learn or say Bringing in software engineers who, who maybe have less familiarity with WordPress and just, you know, quickly, quickly picking Yep.</p>\n\n\n\n<p>Picking things up. Are you seeing that at all too? Any interest from the, [00:27:00] from project itself or, or others who are, who are doing training?</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Yeah. So we have few folks who are doing trainings and education piece both free and paid. So we have got a lot of like non-profits and schools who are using this like a simple WordPress because they don\'t care about the underlying frustrated all the need is a WordPress site.</p>\n\n\n\n<p>Sure. Right. So, and that, that is where we excel and obviously there are a couple of educators who are using this as a. Engagement. So they share like a hidden shared link of their sandbox. So they use that sandbox feature wherein they, they can say that you get a ready made starter template wherein you can, And this here is your study material and here is your ready to go WordPress template, and then you can start from there.</p>\n\n\n\n<p>Right? So we have got like Jamie from Poodle Press and other folks who are using this as a, as, as an educated tool. So that is something That\'s great.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Yeah. And being able to collaboratively edit work on code that seems like that would open up [00:28:00] all, all kinds of possibilities for.</p>\n\n\n\n<p>Onboarding new developers teaching teaching people who have haven\'t seen this before at all. Well that\'s, that\'s really great. Is there anything else we should look at or that you\'d like to. To cover it might be of interest to post status members and, and others in the community.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Yeah, Miss our vision is actually really, really big.</p>\n\n\n\n<p>I don\'t know whether we will be able to achieve it, but we\'ll obviously do our best. Though this is step number one, right, to create a cloud or create some kind of infrastructure wherein you get a WordPress site. Step number two will be once we have all the agency, all the freelances the agency owners and the developers on board.</p>\n\n\n\n<p>And when we have like a hundred thousand plus users. We will have, we can have actually a marketplace because these, these guys are actually service providers, right? All these folks are service providers. And then when we bring in DIYers who are actually biased, even these, these folks can be biased among themselves, right?</p>\n\n\n\n<p>So let\'s say [00:29:00] a, a person is offering their services like they do on Upwork. We can create such kind of platform on top of instead wp, right? So they, now Dan Orka can offer their services. They can offer their ready met templates, which they have worked on. Let\'s say they, I\'m a designer, I can create a really nice gym training template and then I can offer that for 30 bucks a pop or maybe like a, Something like a theme forest on the steroids, right?</p>\n\n\n\n<p>So Uhhuh something, right? So like a template store and then you can sell basically is a marketplace for buying and selling. So that will be step number two. Step number three will be means creating completely like a. Vs. Or a web flow kind of environment where you get a starter template, which is connected to somebody else\'s hosting account.</p>\n\n\n\n<p>So it becomes like a WordPress as a service at that point. So let\'s say you have some [00:30:00] clients you can have, you can connect your WP Engine account within inta and anytime somebody requests a website from you, you can actually give them a link of your store Sure. Of, of your INTA store link, right? And they then they can go and they can buy a website.</p>\n\n\n\n<p>Which is actually internally hosted on your WP Engine account. Right. And everything is automated, right? So, So that will be like the biggest thing. So these things are like, it\'ll take months and years, but we\'ll get there. Right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Oh. Tell me a little bit about the cooperation with Blog Vault. You, that\'s, that they\'re providing the the ability to export quickly to, Wow.</p>\n\n\n\n<p>It looked like, it looked like there were over a dozen hosting providers that Right. That they can connect you with. How did how did that relationship come about and, and how are you working together there? That\'s. I imagine that\'s done. Brought them a, a lot of a lot of activity, a lot of users.</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> Yeah, so Blog World is already pretty famous, so, but, and their product is [00:31:00] really robust and that\'s why we have, we integrated with them, right? So we do like a native integration where you click on migrate and then it shows up like 12, 15 options where you can migrate to however, in coming weeks, as I, as I told you earlier, that.</p>\n\n\n\n<p>We are coming up with our own Connect Connect plugin wherein you can connect your hosting account, you can your ok, any WebPress site on, on the internet and they can, you can push even, even easier, right? So the biggest problem which we are trying to solve is pushing. It changes. So let\'s say you created a staging site.</p>\n\n\n\n<p>You like, let\'s say you. Edit it. Couple of posts. Couple of pages. You installed a plugin, you did some s right? But when you push from staging to production, there is no good product right now on the market. Who can, who can re, who can recognize these changes? Right. The, the, the I creative changes and then push it like a GitHub, like a get come at.</p>\n\n\n\n<p>To the production site. Right. So that is something, is something we are researching on internally and we are very, I think we are positive on [00:32:00] that. So once we solve that, it\'ll become a game changer. Right. So you don\'t need to touch your production site. All changes will be done on Insta. Right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, very nice.</p>\n\n\n\n<p>All right, well, well thank you for the, for the tour. appreciate that. Best of luck to you and thank you. It\'s exciting to see, see it grow so, so quickly and</p>\n\n\n\n<p><strong>Vikas Singhal:</strong> so well. No, thank you for listening to it patiently, and thank you for having me. Thanks.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 04 Nov 2022 04:21: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:25;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: WP Rankings Helps Plugin Developers Track Growth and Competitors\";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:30:\"https://wptavern.com/?p=139125\";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:85:\"https://wptavern.com/wp-rankings-helps-plugin-developers-track-growth-and-competitors\";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:5056:\"<p>Last month, WordPress.org <a href=\"https://wptavern.com/wordpress-org-removes-active-install-growth-data-for-plugins\">removed the active install growth chart from plugins</a>, upsetting plugin authors and leaving them with very little meaningful data. The Meta team is working on making more accurate and useful data available to plugin developers, but this will take some work. In the meantime, the team behind <a href=\"https://ayecode.io/\">AyeCode</a>, makers of the <a href=\"https://wordpress.org/plugins/geodirectory/\">GeoDirectory plugin</a>, has created a tool to help plugin developers get an idea of how their plugins are ranking.</p>\n\n\n\n<p>“The popular plugin list is still there (and hopefully, it won’t be removed or altered),” AyeCode co-founder Paolo Tajani <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:77\">commented</a> on the <a href=\"https://meta.trac.wordpress.org/ticket/6511\">ticket</a> that requests the active install growth charts be restored. “As far as I know, active install count is the only ranking factor of the popular plugin list. I know it is not ideal, but it is what it is, and that is all we have.</p>\n\n\n\n<p>“Because wp.org only shows 99 pages (the first 1980 plugins), we quickly built a site to provide those basic stats to all plugin authors.”</p>\n\n\n\n<p>AyeCode’s <a href=\"https://wp-rankings.com/\">WP Rankings</a> website launched one week after the active install growth chart data was pulled. It shows if a plugin is ranking higher or lower than the day before and how many positions it needs to climb to reach the next milestone. The homepage shows the “top 50 ranking climbers” of the day, and these can be filtered by the number of active installs. All the data is refreshed daily.</p>\n\n\n\n<img />\n\n\n\n<p>AyeCode built the site using the GeoDirectory plugin, the Blockstrap theme, and custom code to fetch the data from the WordPress.org API. </p>\n\n\n\n<p>“We also wanted to show how easily GeoDirectory can handle +50k listings with a lot of custom fields on a pretty basic hosting plan,” Tajani said. “Most Directory plugins wouldn’t be able to do that.”</p>\n\n\n\n<p>Plugins can be searched by tag so visitors can see how their plugins are growing compared to others using the same tag.</p>\n\n\n\n<p>For example, Tajani said he keeps his eye on the <a href=\"https://wp-rankings.com/plugins/tags/business-directory/\">“business directory” tag</a> every day to see how the GeoDirectory plugin is doing. Tajani said the API offers enough info to know if a plugin is growing, shrinking, or plateaued. </p>\n\n\n\n<img />\n\n\n\n<p>Some of the data in the rankings is taken from the API and some of it is calculated, including the trends, the number of days until the next milestone, the number of five-stars to the next rating, and the number of positions to the next milestone. </p>\n\n\n\n<p>Clicking through to the individual plugin pages offers more graphs/charts about their movement on the popular plugin list. The data from the API is remixed in various ways to extrapolate insights. For example, the number of days to the next milestone is based on the plugin’s current growth trend.</p>\n\n\n\n<img />\n\n\n\n<p>The individual plugin pages display a 15-day rank change chart, along with 24-hour and 7-day trends.</p>\n\n\n\n<img />\n\n\n\n<p>A review stats graph estimates how many 5-star ratings are required to reach the next level. Another graph tracks 15 days worth of resolved support threads against the total number of threads logged. </p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>The last section shows a list of the plugin’s competitors and a summary of their rankings and growth trends.</p>\n\n\n\n<img />\n\n\n\n<p>The <a href=\"https://wp-rankings.com/statistics/\">stats page</a> shows how many plugins there are for each active install range up to 5 million. It’s interesting to see that there are 8,071 plugins with zero active installs and 13,643 with just 10. Another large concentration of plugins falls within the range of 100-400 active installs and another between 1,000 – 2,000 active installs.</p>\n\n\n\n<img />\n\n\n\n<p>Clicking through on the stats page will show the specific plugins in that range. </p>\n\n\n\n<img />\n\n\n\n<p>Tajani said the next thing on their roadmap is allowing plugin owners to customize the list of competitors and adding the specific plugins they want to see compared against their own. AyeCode plans to keep what they have built with WP Rankings free indefinitely.</p>\n\n\n\n<p>“What we really wanted to do is show another statistical point of view,” Tajani said. “We know it’s not the same and we will receive criticisms, too, but right now it’s the only way to know if a plugin is growing or not.</p>\n\n\n\n<p>“What we will do with it in the future depends on how much plugin developers will like the idea and what kind of feedback we receive. If enough people start asking for features that could be considered premium, we will consider it.”</p>\";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, 04 Nov 2022 02:34:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:26;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Do The Woo Community: Supporting WordPress Contributors with Alain Schlesser and Carole Olinger\";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:28:\"https://dothewoo.io/?p=73341\";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:66:\"https://dothewoo.io/supporting-wordpress-open-source-contributors/\";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:448:\"<p>We discuss how the ecosystem can support those who contribute to WordPress and ideas on how to grow this into something sustainable.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/supporting-wordpress-open-source-contributors/\">Supporting WordPress Contributors with Alain Schlesser and Carole Olinger</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";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, 03 Nov 2022 09:02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:27;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: #49 – Matt Cromwell on the Effectiveness of the WordPress.org Repository for Promoting New Plugins\";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:48:\"https://wptavern.com/?post_type=podcast&p=138983\";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:124:\"https://wptavern.com/podcast/49-matt-cromwell-on-the-effectiveness-of-the-wordpress-org-repository-for-promoting-new-plugins\";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:44500:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My Is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes and in this case, the effectiveness of the wordpress.org repository for promoting new plugins.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea featured on the show. Do that by heading over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Matt Cromwell. Matt is Senior Director of Operations and Marketing at StellarWP, where he provides marketing and business insights and coaching to burgeoning WordPress product owners. He’s also one of the founders of GiveWP, a donation plugin, which uses the freemium model. Having a free version on wordpress.org’s repository as well as a paid premium offering.</p>\n\n\n\n<p>The wordpress.org repository is where you find yourself when you click the add new button in the WP admin. It’s a place where plugin developers can, if they follow the guidelines, hosts to their plugins. It provides a direct line of access to all WordPress websites, and is therefore a convenient, free place to host your plugin.</p>\n\n\n\n<p>In return, the plugins in the repository must be freely available by the plugin authors. In the past few weeks, the repository has been in the news. Some statistics were unexpectedly removed, and this has led to a conversation about the governance of the repository, as well as questions about whether or not the repository is still a worthwhile place to offer your free plugins, if you have a premium tier.</p>\n\n\n\n<p>Alex Denning wrote a post entitled, “WordPress.org is ineffective for plugin distribution in 2022”, in which he lays out his thoughts as to why he no longer recommends the WordPress repository. The battle against already successful plugins, low conversion rates, and the difficulty in gaining visibility are amongst the arguments that he puts forward.</p>\n\n\n\n<p>Shortly after Alex’s post was published, Matt Cromwell posted a rebuttal entitled, “The case for the WordPress freemium model”. And this is the basis of the podcast today.</p>\n\n\n\n<p>We talk about Matt’s history in WordPress as a premium plugin owner and how his experience leads him to conclude differently. That the WordPress repository can be successful, given the right expectations and approach. He’s found using the repository to be an effective channel to drive the plugins premium tier, as well as a way of offering a useful free donation tool to the community.</p>\n\n\n\n<p>It’s a fascinating chat and is sure to be of interest to anyone thinking about starting a freemium plugin.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. Where you’ll find all of the other episodes as well. And so, without further delay, I bring you Matt Cromwell.</p>\n\n\n\n<p>I am joined on the podcast today by Matt Cromwell. Hello, Matt.</p>\n\n\n\n<p>[00:04:19] <strong>Matt Cromwell:</strong> Hi, thanks for having me.</p>\n\n\n\n<p>[00:04:20] <strong>Nathan Wrigley:</strong> You’re very welcome. We’ve got a, an interesting subject today, all about the wordpress.org ecosystem and whether or not it would be sensible or otherwise to put your free plugin over there. Before we get stuck into that debate, though properly, anybody that is unfamiliar with Matt, let’s give him an opportunity to introduce himself. So, Matt, just give us a few moments of your time to tell us who you are, what your relationship is with WordPress, what you’ve done in the past in the WordPress space.</p>\n\n\n\n<p>[00:04:47] <strong>Matt Cromwell:</strong> Sure. I’ve been in WordPress for a while. I would say about 2012 or so. Jumped in and started building websites with WordPress, mostly helping non-profit organizations, churches, educational institutions. Then ended up partnering up with my longtime business partner, Devin Walker, and he and I decided to tackle a big problem in WordPress, which at that time was how to take online donations.</p>\n\n\n\n<p>And so we created a plugin called GiveWP, and that was launched in 2015. That has catapulted us into our career, and has done really well and we’re really proud of it. So much so that we sold it last year to uh, Liquid Web, which is where we are now in the StellarWP brands. There, we have also just recently been asked to uh, take on a bit more. And so now Devin and I are both managing GiveWP as well as iThemes, Iconic and Kadence WP. So things keep getting more and more exciting.</p>\n\n\n\n<p>[00:05:44] <strong>Nathan Wrigley:</strong> Thank you very much. Yeah, really broad and rich history there. We could have spent the podcast talking about those products, but we’re not going to. Well, I think we might do tangentially as a way of demonstrating different things. But we’re on the podcast today to talk about a couple of pieces which came out.</p>\n\n\n\n<p>I will link correctly to both of the pieces that we’re in discussions about today. But I’ll mention them both in turn so that those listening to the podcast could possibly have a quick read of them before they pursue any further. So the first one was produced on the 18th of October by Alex Denning over at getellipsis.com, and that piece was called wordpress.org is ineffective for plugin distribution in 2022.</p>\n\n\n\n<p>And then a few days after that, you, Matt Cromwell, wrote a piece and that was at mattcromwell.com and it was called the case for the WordPress plugin freemium model. And in effect, your piece coming a little bit later was a rebuttal about what Alex was saying. Now, if you’d like to outline what Alex is saying, you are welcome to do that. Alternatively, I could try and outline what Alex was saying, which would you prefer?</p>\n\n\n\n<p>[00:06:54] <strong>Matt Cromwell:</strong> I think you are much more fair than I.</p>\n\n\n\n<p>[00:06:56] <strong>Nathan Wrigley:</strong> Okay, that’s very kind of you. The long and the short of Alex’s piece is that he believes that by the year 2022, we’ve got to a point where, if you are going to be releasing a plugin, a free plugin, into the WordPress space, he believes that it’s now no longer effective to do that on wordpress.org. The article is probably about a 10 or 15 minute read, and as always with Alex’s pieces, there’s lots and lots of data and so on to back it up. But essentially he believes it’s ineffective for a variety of reasons.</p>\n\n\n\n<p>One of them is that the marketplace seems to be dominated, in his view, by some giant incumbents. We’ve all seen those plugins before. If you’ve tried to add a new plugin through the WordPress repository, you’ll probably know the plugins that we’re talking about. They always rise to the top. And that’s largely because, Alex thinks, because of the install base that they’ve already got. Once they’ve got over a certain amount, the hump of a 100,000, 500,000 or 1,000,000 installs, then it becomes more likely that they’re going to be surfaced.</p>\n\n\n\n<p>There’s also the idea that, in the recent past, especially since 2016, he makes the point, it’s much more difficult for new plugins to breach that number. So getting past a hundred thousand and so on is more difficult, which is compounding the problem.</p>\n\n\n\n<p>And then if you add on to that, the fact that the search functionality within the WordPress repository also doesn’t give the opportunity for new plugins to be discovered. If you go there and you search for particular keywords, his contention would be that it’s much more likely that the ones with the greater install base are going to be surfaced first. In other words, it’s a bit of a, an echo chamber, I suppose, in a sense is what he’s saying.</p>\n\n\n\n<p>Given all of that, he contends that you would be better off spending your time, and I guess for time you could read money as well, elsewhere. It might be better to have social campaigns or Google ads or some other channel of distribution, outside of wordpress.org, and so your endeavors would be better served elsewhere.</p>\n\n\n\n<p>Alex I hope that I’ve summed that up correctly. If I’ve not, pleased do get in touch and let me know where I’ve mistaken things and I will gladly amend the show notes as such. But that, broadly speaking, is Alex’s contention. And, a day or so later compelled you to write a rebuttal. Just tell us what your thoughts are.</p>\n\n\n\n<p>[00:09:26] <strong>Matt Cromwell:</strong> Yeah. Generally speaking I gave some good caveats in my piece that Alex does know what he’s talking about, and he has a lot of data to back up his conclusions, and I still believe that strongly um, he has reasons for saying what he says. What compelled me to write a rebuttal were essentially a couple claims that I felt were potentially not as helpful for the WordPress ecosystem.</p>\n\n\n\n<p>In particular, one thing I think that’s important of what he’s saying is that, he says essentially that if you’re serious about your business and you want to build plugins then you should do premium only, and not a freemium model. Like basically do not build a free plugin, build a premium only plugin. And I really do believe that is damaging to the WordPress ecosystem overall.</p>\n\n\n\n<p>If we start to see an influx of premium only offerings it can be really harder for the common user because, we all know it doesn’t take one plugin to build your website. It often takes a dozen, or several dozen plugins to build your website. And if you have to go, and be purchasing them across the web all over the place, it suddenly makes WordPress not as optimal to deal with.</p>\n\n\n\n<p>So that’s one of the big downsides of his argument that makes me say, ah, I think this needs a lot more context and I think it needs somebody to say, no, the freemium model still works. And then I spend the rest of the article really talking about how I do see that the freemium model does still work and specifically that .org, while the active install count is significant, it’s not the only factor, and it is still possible for newer plugins to get adoption on wordpress.org. It just takes some savvy for sure. It’s not as easy as it used to be. I’ll give him that for sure. It’s not a situation anymore where if you build it, they will come. So yeah, the long and the short of it.</p>\n\n\n\n<p>[00:11:18] <strong>Nathan Wrigley:</strong> So, one of your contentions is that it’s damaging to the WordPress ecosystem, if in effect there was only paid for plugins and everything that you wished to have on your website was a paid for plugin. I’m guessing that over the years you’ve built websites in which you have utilized free plugins? And some of them may be broad in scope, but some of them may just achieve a couple of smaller things.</p>\n\n\n\n<p>And, there’s something to be said about that, isn’t there? I guess there is something about the community and about the ecosystem, about the expectations of what you are getting into when you install WordPress, which has this free model to it. I guess that’s an important component of the community and it would in a sense be a shame if the only things that you could have were paid for.</p>\n\n\n\n<p>I remember the day, probably going back about 15 or so years ago, when I was looking around for different models for CMSs that I was going to begin using, and there were a variety of them. And there was Drupal and there was Joomla. But if memory serves, there was one called Expression Engine. I could have got the name wrong there. And it seemed to have a very low install base.</p>\n\n\n\n<p>And my perception of that was that was because it took that model, it had the model of, you had to pay for not only the CMS but I think all of the different component parts that you could bolt onto the top of it, AKA plugins, and perhaps that was something that stifled its growth. And if we look back at WordPress, perhaps the free plugin model is one of the big factors of its success?</p>\n\n\n\n<p>[00:12:47] <strong>Matt Cromwell:</strong> For sure. Absolutely. I mean, for us with GiveWP and I think many people could think, whenever I say GiveWP, you can also think similarly of WooCommerce, quite honestly. It’s really important to us that GiveWP is free, because a lot of non, all non-profits basically start from zero in many ways. And they are always very conscious about their expenses. And they’re in the fundraising space. There are so many dozens and dozens of paid fundraising platforms and they are oftentimes very expensive. So having a free option for folks to be able to start fundraising with, and do it successfully and effectively is really important.</p>\n\n\n\n<p>And I say similar to WooCommerce because it is similar, like a lot of small businesses start from zero, and they can’t afford to be paying for a whole bunch of different plugins, just in order to sell their stuff online. I do worry a little bit on the WooCommerce side that their plugin ecosystem has gotten so large that sometimes it feels like it’s harder to start a shop with just WooCommerce free. And I wish they might put a little bit more features into the free plugin. But that’s a whole nother podcast.</p>\n\n\n\n<p>[00:13:59] <strong>Nathan Wrigley:</strong> Okay. Let’s take a couple of different pieces of the wordpress.org repo. One of the first things that Alex talks about is the opportunity is quite low according to his data for converting people over. So let’s say in the case of GiveWP, he doesn’t cite GiveWP, let’s be clear. He talks about other different plugins and you can verify that by looking at the article. His contention is that really the conversion rate from the free plugin, if people install your free plugin, it’s somewhere between one and 3% of those people will be interested enough to go and explore and look for your, your website or whatever channel it is that you’ve got for getting the paid version.</p>\n\n\n\n<p>So, between one and 3% of your users, and therefore that’s seems like a fairly small figure. And so the cost in terms of the support that you’d have to give on .org, and also the fact that you’re having to update it and maintain two different versions with different features. If it’s only one or two or 3% that are converting, that does seem to be relatively small, but your experience is clearly different.</p>\n\n\n\n<p>[00:15:04] <strong>Matt Cromwell:</strong> Yeah, for sure. Now Alex definitely when he was trying to say which plugins have the benefit of being preferred on the plugin directory search. I do think that he would put Give in the category of kind of an elite plugin. Because he did say plugins with a hundred thousand installs or more that have been there for a long time have this elite status, and it’s hard to compete with them. And we do have over a hundred thousand installs. We’ve been there for seven years now. So I think he doesn’t put us in the same category. But nevertheless, I can say authoritatively that we are converting closer to 28% of our install count to paid customers.</p>\n\n\n\n<p>I also gave some data on a newer plugin called Orderable that I’m also involved with on the Stellar side that just launched last summer. And honestly, it’s a low estimation honestly. If I really look at everyone who’s paid for anything with Orderable, it is closer to the 30%. But right now, in terms of active customers, it’s around 18%. So it’s converting much higher than one to 2%, or one to 3%. But even if you take that one to 3%, and you think about these large plugins like Elementor or whatnot that have 5 million active installs that’s 50,000 customers. And that’s significant regardless.</p>\n\n\n\n<p>[00:16:21] <strong>Nathan Wrigley:</strong> Yeah, I wonder what could account for the difference there, because Alex is one, two or 3% which may very well be the case in certain given niches, or given the data that he was talking about. I wonder how we account for the big ocean really between your 28, 30%, whatever it may be, and that much smaller percentage? Perhaps it’s something to do with the nature of the plugin itself, what it’s doing, what problem it’s trying to solve, and whether it’s more desirable. I don’t really know. It’s interesting.</p>\n\n\n\n<p>[00:16:52] <strong>Matt Cromwell:</strong> Yeah, it is interesting and I, I do want to get some data from Alex on the specific freemium plugins that he’s worked on, on that, in that way. I do believe that Vova at Freemius probably has additional data that he might share about this subject as well. I believe that on average plugins that use Freemius convert higher than that 3% as well.</p>\n\n\n\n<p>And that one I think is another significant data point to keep in mind. But I know from, I, I know Alex and I adore him, he’s great. And if I’m thinking the most optimistically about his perspective, I think it’s more that he would really expect conversion rates to be at least 5% or higher because that’s what he can get with organic results. That’s what he can get with CPC ads most likely. He just knows marketing from a larger perspective and really is expecting a lot more. So, if I’m trying to be generous that’s what I would think.</p>\n\n\n\n<p>[00:17:44] <strong>Nathan Wrigley:</strong> I wonder if there is something in that, maybe your company Give, in this case that we’re talking about is unusually effective. So your 27%, 28%, whatever it may be is not the normal. Which is obviously very good for the way that you’ve done marketing and way that you’ve pitched yourself into the repo.</p>\n\n\n\n<p>I’m curious, and it may be something that you don’t know the answer to, what would have been the rate? Given the install base that you’ve got. So you mentioned that there’s over a hundred thousand and you may not wish to share the numbers, which is fine. What percentage would have been effective to you? In other words, if it had have been at one or 2%, could you have made the plugin viable or did it need to creep into the 10 and 15% kind of area?</p>\n\n\n\n<p>[00:18:30] <strong>Matt Cromwell:</strong> Mm-hmm. Well, we did have other plugins at the time, freemium plugins. And truth be told, I was not analyzing their conversion rates very specifically at that time. We had a bunch of business reviews plugins. We had a really fun plugin called Maps Builder that had a free and a pro version. And my guess would be that the conversion rates at that time for those plugins were probably also a lot lower than the 27%.</p>\n\n\n\n<p>But they were viable. So I would just be guessing, I don’t want to just guess, but I do feel like they would probably be in the single digits in terms of conversion numbers. And at the end of the day, yeah, we did retire those for the most part. The business reviews ones are still out there, but we’ve made a premium product to kind of replace those. And it’s because of the success of GiveWP. So even if I look at our own plugins that we’ve built, we did make choices to sunset products because they weren’t converting as well. So it’s not as if I don’t hear Alex, on his side of things because I have some of that same experience. I just don’t think the conclusion is that means that .org is not viable. I do think it’s more of a product fit type of conversation, a marketing conversation, and things like that.</p>\n\n\n\n<p>[00:19:38] <strong>Nathan Wrigley:</strong> Just taking a bit of an aside here for a moment. Everything that goes into the .org repository is by nature, it’s free. You can download it and anybody can access it at any time. I’m curious, you may have opinions on this, you may not. If you have a commercial variant of the plugin, so you’ve got two sides of the coin. You’ve got the free .org side, and the paid for, wherever you may put that, but you’ve got a paid for version somewhere else. What is the true intent of the free version? Because I could look at it cynically and say, okay, the free version is basically a channel for trying to sweep people towards the paid version.</p>\n\n\n\n<p>And then with a less cynical hat, I could be, it’s offering the kind of functionality that we can support for free. In other words, we’re doing an altruistic thing, for the community for free, completely for free, with no expectation. Maybe it’s one side or the other, or maybe it’s a little bit of both. You’re being altruistic. You’re giving away certain set of features and range of options with the hope that some of them will come across. But no expectation, you know, it’s fine if you want to use the free version forever. As a plugin developer who’s been in the game for a long time, I wonder which side of the fence you sit on, or perhaps you literally do sit on the fence there.</p>\n\n\n\n<p>[00:20:54] <strong>Matt Cromwell:</strong> Yeah, I mean the way that things like this work is essentially that at a certain stage, once you start to get enough users, it’s going to incur costs, just to have users. So specifically when you’re doing a plugin, like GiveWP or like WooCommerce that is so foundational to the functionality of a website and so important to that website, it’s going to start to incur costs. And that is human costs. That’s in the form of technical support for the most part. And account services. Because the users are going to need support. They’re gonna want support. And in order to fund that support, we do have to have some sort of funding in one way or another.</p>\n\n\n\n<p>So doing the free plugin specifically is in order to serve that niche, in order to serve that functionality with the intention then that we’re gonna need to fund this in one way or another, and we’re gonna do that with premium features essentially. But it, it’s always been our strong conviction that the free plugin needs to be very full featured. That you need to be able to do effective fundraising with it out of the box. Or else folks don’t know what they’re getting into when they go to pay for something. So essentially it’s not just a funnel, which in some ways I think that’s a little bit of the take that Alex is leaning on, is that is looking at .org as one of your marketing funnels.</p>\n\n\n\n<p>Which it is, of course. But it also represents your best foot forward of what your product is supposed to be, and what it’s supposed to offer. And in business there’s very often this idea of try before you buy, or there’s a free trial type of thing. With plugins we can’t do try before you buy really, and you can’t do free trials really, so your best option is to provide a free product that then leads to paid products. Am I answering your question?</p>\n\n\n\n<p>[00:22:41] <strong>Nathan Wrigley:</strong> Yeah. That’s good. I know it’s a difficult tight rope to walk that one because, there isn’t really a correct answer, is there? It clearly has to be a little bit of a marketing channel. You are offering something in the hope of sweeping up a few of them. But equally, you are offering something in the hope that they’ll enjoy it and experience it and in many cases the functionality that’s there is sufficient. But should you wish more functionality, here’s the option.</p>\n\n\n\n<p>It’s an interesting thing as well that in the community, the whole promotional piece on the .org side is, I think, widely viewed with disdain. That is to say it doesn’t take much for a plugin author to completely derail their plugin if they abuse the UI that they’ve got for their plugin. I’m thinking here of examples in the past where companies have taken the opportunity to fill up portions of the screen with advertising for the paid version and so on.</p>\n\n\n\n<p>So, we can see that the community really do feel quite strongly about this. From the plugin side, obviously, the author’s side, you wish to promote your own products because you want to stay in business. From the user’s side, there seems to be a groundswell of people who think that the repository version needs to be completely without any upsell features. It’s just, if it’s good enough, we’ll figure that out for ourselves and we’ll go and discover it for ourselves.</p>\n\n\n\n<p>In terms of discovery, let’s just move back to the piece that you wrote. One of the contentions that Alex has was that being discovered inside of the repository is increasingly difficult. The big incumbents of which you’ve described GiveWP perhaps is one of them, but we know the names of all the other ones. They dominate the search because of their active install counts, and Alex maintains that that’s a very important metric. In other words, if you go into the repository and begin a search, it’s quite likely that the results will skew towards the larger active install count plugins. Therefore, it’s going to be difficult to break through the ceiling of that, no matter how unique and brilliant your plugin is, just because it’s difficult to launch something and it takes a lot of time. You have, specifically on that point, your rebuttal is interesting. What did you say there?</p>\n\n\n\n<p>[00:24:52] <strong>Matt Cromwell:</strong> Yeah, the active install count is a factor, and the plugin directory has gotten larger. But the active install count is one factor of many of the way in which the plugin search works. And luckily when you’re working with a open source platform like WordPress, all of the code that creates that search is open source as well.</p>\n\n\n\n<p>So folks can take a look at it and see exactly the way that the algorithm works, in complete contrast to Google, for example, where it’s a big black box and nobody really knows how it works exactly. But .org is actually pretty straightforward and relatively simple. But there are a lot of metrics that they take into account when they create that search. And honestly the title of the plugin is actually one of the more significant ones.</p>\n\n\n\n<p>Now that being said, if you are, if in your title of your plugin you wanna say something like Wrigley page builder. Page builder is a very flooded field. Things like Elementor and Beaver Builder and others do have a lot more installs already and they’re going to show up higher if they also have page builder in their title than Wrigley will.</p>\n\n\n\n<p>But that doesn’t mean that you aren’t found or aren’t discovered. You might not be first. You might not be second, but you still have a really good chance of being on page one. Because there’s really not that many page builders on .org currently. So there’s still a lot of room overall. That’s kind of my biggest contention, is simply that the way the search works is more complicated than just simply the active install count. It’s also these specific tags that you use. It’s also the way in which you describe the type of functionality you have. Whether or not you have good support is even a factor. Like answering all of your .org tickets and things like that. Those all factor in. How recently you’ve updated the plugin factors in. There’s a lot of factors involved.</p>\n\n\n\n<p>[00:26:38] <strong>Nathan Wrigley:</strong> So you specifically mentioned the following things, which are thrown into the mix when you do a search. So it would be the title of the plugin, the excerpt, the description, the tags, the slug author name, contributor names, last time it was updated, compatibility with core versions, number of active installs, percentage of support tickets resolved, which is really an interesting one, and the average star rating as well.</p>\n\n\n\n<p>So there are quite a few things in there. I guess in a sense, having that knowledge could lead you to be quite sophisticated in gaming that system, and it’s no different really than something like Google where people spend, I would imagine very large amounts of money in some cases, really manicuring their SEO, but without that insight.</p>\n\n\n\n<p>And they may succeed one day, they may succeed another day. The point being, they still need to jump through hoops. It’s not You go over to Google and suddenly you are a winner. You would still have to spend large amounts of time and money organically to break through the surface against, say, for example, other page builders. I presume the problem would be equal over there than it would be on .org.</p>\n\n\n\n<p>[00:27:49] <strong>Matt Cromwell:</strong> Yeah, absolutely. And in this way I think what Alex is speaking to a bit is that, in the past with the plugin directory, it really was easier. It really was a lot easier to simply launch your plugin on .org and you would get found in the WP admin relatively easily. And those days are definitely not there anymore. It’s not quite as easy as it used to be at all. But I don’t believe that it means that .org is now no longer viable as a distribution option, or even as a marketing or business option.</p>\n\n\n\n<p>[00:28:21] <strong>Nathan Wrigley:</strong> Do you believe that the search algorithm in .org, despite the fact that it’s going through these whole slew of different things, and I’m guessing that if you read the code, you can see how the waiting would be and so on and so forth. But, do you believe that the search functionality does need a tweak?</p>\n\n\n\n<p>Are there other metrics which you would like to see thrown in? Or, indeed just different areas of the UI which may give a small but potentially important boost to newcomers, in a way that perhaps the current search wouldn’t? And, I think Alex mentions something like rising stars as an option. The idea that plugins, which are new, potentially, they’ve gone from zero to 50 in a matter of days. That’s, on WordPress, that’s a big leap if you go from nothing to 50 or a hundred in a short period of time, that’s really quite something. And so maybe there’s parts of the UI where compliments of that nature could improve visibility.</p>\n\n\n\n<p>[00:29:14] <strong>Matt Cromwell:</strong> Absolutely, there’s always room for improvement when it comes to search algorithms, because they are highly complex systems, and they are so significant. In some ways though, I think, just even if the search algorithm itself didn’t change, but we were able to add things like categorization, being able to navigate down the directory through categories first and then search. That might be a big advantage right away.</p>\n\n\n\n<p>Especially if one of those categories was, new. Something that was recently launched. There’s actually a really fun free plugin, I think it’s just called New Plugins, I’ll have to look it up. I’ll send you the link. But you can install this plugin in your website, and what it does is it adds, when you go to plugins, add new, there’s tabs in there that says featured and things like that. It’ll add a new tab, and it’ll just show you the newest plugins on the directory. And I think that’s really cool and I’d love to see that on .org directly.</p>\n\n\n\n<p>[00:30:09] <strong>Nathan Wrigley:</strong> Yeah, that’s really interesting. You also point out that the, gaming is the wrong word, but you make the point that it is still possible given the way that the search is carried out and the results that are shown, that, as an example, some of your competitors, they seem to have optimized with use of their plugin name or the other things that we mentioned, you know, excerpts and description, tags and so on. They’ve managed to vault over you in the .org search results, because they’ve optimized for words, which are well, really important to you, but you haven’t specifically optimized for those.</p>\n\n\n\n<p>So for example, nobody could deny that your plugin GiveWP is to do with fundraising, and yet fundraise as a particular word, you are outcompeted on the marketplace there. And also crowdfunding, which again would be an important part of what it is that you do. Both of those words, you quickly discovered you were not winning, and in some cases you didn’t even appear in the search results on the first page, despite the fact that GiveWP is really, that is inside your wheelhouse without a doubt.</p>\n\n\n\n<p>And so there is opportunity, I guess it’s more of a sort of long tail search. You’ve just got to find what those opportunities are. Unfortunately, I guess we don’t have the sort of metrics that we have with things like Google Ads and so on and so forth, where you can see what people have been searching for over, over a period of time, in a particular geography, given different demographics and so on. You just have to do the grunt work of figuring all this stuff out.</p>\n\n\n\n<p>[00:31:35] <strong>Matt Cromwell:</strong> Yeah. One other point related to that, that I pointed out is that your presence on .org isn’t only about the .org plugin search. It’s also about Google search because those pages all get found on Google as well. And so because we do have insights from search console and Google Ads and things like that, that does influence the terms that we want to be found with as well.</p>\n\n\n\n<p>So it’s not only about figuring out how .org prioritizes plugins, but also what is going to get found on Google as well, because it’s really hard for any WordPress plugin to beat the domain authority of wordpress.org. If you build a plugin they most likely are going to be on the first page of Google before you are.</p>\n\n\n\n<p>[00:32:17] <strong>Nathan Wrigley:</strong> So the contention there is that the .org repo is kind of doing double duty. It’s obviously offering your plugin up, should it be found, to people trying to add a new plugin. But also Google itself is scraping the.org repo and surfacing in its own search results. So if people are looking for the same kind of thing over on Google, they may very well be pointed towards your .org page. Have I summarised that correctly?</p>\n\n\n\n<p>[00:32:43] <strong>Matt Cromwell:</strong> Yep, absolutely. In this way .org is just a marketplace in many ways. It’s a public marketplace for folks to find free plugins.</p>\n\n\n\n<p>[00:32:50] <strong>Nathan Wrigley:</strong> I do wonder if the algorithm which is running behind Google, obviously complex and probably, took billions of dollars over time to be put together and is very sophisticated. But it’s not quite such a blunt instrument, is it? It’s not just taking data from a series of tags and descriptions and metatags and so on. There’s a lot going on. So for example, if I search for fundraise, Google is probably clever enough to figure out hang on a minute, fundraise is a sort of synonym for crowdfunding. It’s a synonym for donations and so on. So, we’ll highlight those results as well. So in, in many ways, it’s a little bit more sophisticated, and maybe the .org search could have some of that goodness thrown into it in the future. Albeit not with the same budget that Google clearly has.</p>\n\n\n\n<p>[00:33:36] <strong>Matt Cromwell:</strong> Yeah, absolutely. That’s also a real reason why if you do have a free plugin on .org, it’s really good to make sure that you have folks who actually link to that plugin on .org. Not only linking to your website itself but to your free plugin on .org. Because then Google will pick up, oh, when folks are looking for fundraise plugin, they actually are looking for this Give thing, that might not rank as well on .org, but it is gonna rank great on Google, because Google does figure that out.</p>\n\n\n\n<p>[00:34:04] <strong>Nathan Wrigley:</strong> We haven’t really strayed into this subject, but I’m wondering if you’ve had any experience with alternative marketplaces. The only one that really comes into my mind is Envato. Where for many years they’ve had a kind of rival plugin marketplace. I really haven’t been looking at how successful that’s been going, many years since I last visited it. But the option for plugin developers to sort of, corral together and have a completely different space. But it feels to me that in the end, potentially you just end up with the same problem, but in a third party marketplace.</p>\n\n\n\n<p>[00:34:36] <strong>Matt Cromwell:</strong> Yeah, and that third party marketplace has very strong priorities around the way it wants to be paid, and the types of products it wants to be highlighting. They are far more opinionated about the way all of the products there are found and discovered. And it is really for the, the bottom line of Envato.</p>\n\n\n\n<p>And I think, honestly, that’s one thing that’s a bit of an untapped conversation is the significance of having what is essentially a marketplace being owned by a non-profit organization, like the WP Foundation. I do think that’s a significant conversation and the more folks need to be having and recognize that we’re not just really all fighting for attention from a LLC or some giant corporation. We’re really trying to contribute together on a public project that should be primarily influenced by a non-profit organization instead.</p>\n\n\n\n<p>[00:35:29] <strong>Nathan Wrigley:</strong> I guess the long and the short of this episode would be, from your perspective, is the Word Press repository perfect? No. Is it useful? Yes. And that perhaps is enough for now. Could it be improved? Another yes, but for now that seems to be, at least for you and your experience, good enough</p>\n\n\n\n<p>[00:35:47] <strong>Matt Cromwell:</strong> Absolutely. I think it’s viable. I think it can be very helpful and beneficial. It doesn’t have to be your, it shouldn’t be your only tactic. But it also shouldn’t be easily ignored either.</p>\n\n\n\n<p>[00:35:58] <strong>Nathan Wrigley:</strong> So just to round off the conversation, one final question. How do you view your efforts on the WordPress repository as against all of the other things that you do outside of WordPress. So for example, Google and so on? You may have data to hand, you may not, I don’t know. But I’m just wondering if, one is equal to another or if the .org side definitely comes in second place, or perhaps it is the primary channel of your sales funnel.</p>\n\n\n\n<p>[00:36:23] <strong>Matt Cromwell:</strong> Because there are different types of freemium models, that answer will be different based on the product owner and the route that they chose. If it’s a free plugin with a pro version, meaning you have to uninstall the free one in order to install the pro one, their priorities are probably gonna be very different.</p>\n\n\n\n<p>But in our case, similar to Woo Commerce, it’s a core free plugin, and any of the paid add-ons require the free version to be installed. And because of that setup that we have, and WooCommerce has as well, the free plugin is foundational to everything we do. We’re always improving the free plugin in order for it to be more powerful, more streamlined, and for it to be able to enable us to do more things in the pro add-ons as well.</p>\n\n\n\n<p>So being able to really parse it between priorities, it’s almost impossible. Because for us, the free plugin really encompasses the whole ecosystem of what Give actually does and means for us as a business, and as a product for the users.</p>\n\n\n\n<p>[00:37:21] <strong>Nathan Wrigley:</strong> I’m sure that this will be something which resonates with a lot of people. I don’t really know which side of the fence the audience will be sitting on, but no doubt there will be some commentary. There’ll be people wishing to explain their reasoning behind this, one way or another. Please feel free to go to the post on WP Tavern, and leave us some comments there. But for now, thank you so much Matt Cromwell for explaining your position about the WordPress.org repo. I appreciate it.</p>\n\n\n\n<p>[00:37:47] <strong>Matt Cromwell:</strong> Absolutely. Thank you so much.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/learnwithmattc\">Matt Cromwell</a>.</p>\n\n\n\n<p>Matt is Senior Director of Operations and Marketing at <a href=\"https://twitter.com/learnwithmattc\">StellarWP</a>, where he provides marketing and business insights and coaching to burgeoning WordPress product owners. He’s also one of the founders of <a href=\"https://givewp.com/\">GiveWP</a>, a donations plugin which uses the freemium model, having a free version on the WordPress.org repository as well as a paid premium offering.</p>\n\n\n\n<p>The WordPress.org repository is where you find yourself when you click the ‘add new’ button in the WP admin. It’s a place where plugin developers can, if they follow the guidelines, host their plugins. It provides a direct line of access to all WordPress websites, and is therefore a convenient, free place to host your plugin. In return, the plugins in the repository must be freely available by the plugin authors.</p>\n\n\n\n<p>In the past few weeks, the repository has been in the news. Some statistics were unexpectedly removed, and this has led to conversation about the governance of the repository, as well as questions about whether the repository is still a worthwhile place to offer your free plugins, if you have a premium tier.</p>\n\n\n\n<p>Alex Denning wrote a post entitled “<a href=\"https://getellipsis.com/blog/org-is-ineffective-plugin-distribution\">WordPress.org is ineffective for plugin distribution in 2022</a>”, in which he lays out his thoughts as to why he no longer recommends the WordPress repository. The battle against already successful plugins, low conversation rates and the difficulty in gaining visibility are amongst the arguments that he puts forward.</p>\n\n\n\n<p>Shortly after Alex’s post was published, Matt Cromwell posted a rebuttal entitled “<a href=\"https://www.mattcromwell.com/the-case-for-the-wordpress-plugin-freemium-model/\">The Case for the WordPress Freemium Model</a>”, and this is the basis of the podcast today.</p>\n\n\n\n<p>We talk about Matt’s history in WordPress as a premium plugin owner, and how his experience leads him to conclude differently; that the WordPress repository can be successful, given the right expectations and approach. He’s found using the repository to be an effective channel to drive the plugin’s premium tier, as well as a way of offering a useful free donation tool to the community.</p>\n\n\n\n<p>It’s a fascinating chat and is sure to interest anyone thinking about starting a freemium plugin.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://getellipsis.com/blog/org-is-ineffective-plugin-distribution\">WordPress.org is ineffective for plugin distribution in 2022</a></p>\n\n\n\n<p><a href=\"https://www.mattcromwell.com/the-case-for-the-wordpress-plugin-freemium-model/\">The case for the WordPress freemium model</a></p>\n\n\n\n<p><a href=\"https://givewp.com/\">GiveWP</a></p>\n\n\n\n<p><a href=\"https://orderable.com/\">Orderable</a></p>\n\n\n\n<p><a href=\"https://stellarwp.com/\">StellarWP</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/cubecolour-new-plugins/\">Cubecolour New Plugins</a></p>\";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, 03 Nov 2022 08:49: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";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:28;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Post Status: WordPress 6.1 • Raghavendra Satish Peri\";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:32:\"https://poststatus.com/?p=142548\";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:61:\"https://poststatus.com/wordpress-6-1-raghavendra-satish-peri/\";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:15427:\"<h2 id=\"h-this-week-at-wordpress-org-october-31-2022\">This Week at WordPress.org (October 31, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">#WordPress 6.1 was released on November 1. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /> Check out all the updated and revised support articles. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4d6.png\" alt=\"📖\" class=\"wp-smiley\" /> Learn about #accessibility and contributor Raghavendra Satish Peri from the WordPress India community. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" /> </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>“Misha”</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2b06.png\" alt=\"⬆\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/11/misha/\">WordPress 6.1 “Misha”</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/23ea.png\" alt=\"⏪\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\">Raghavendra Satish Peri</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/267b.png\" alt=\"♻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">Call for Comments — What Does Sustainability Mean to You?</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News<a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/misha/\">WordPress 6.1 “Misha”</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\">People of WordPress: Raghavendra Satish Peri</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\">WP Briefing: Episode 42: Something Spooky This Way Comes</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-33 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/11/02/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-october-26-2022/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on October 26, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/10/27/deputy-training-4-wordcamp-process-flow-recap/\">Deputy Training #4: WordCamp Process Flow Recap</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/01/a-week-in-core-october-31-2022/\">A Week in Core – October 31, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/31/wordpress-6-1-release-candidate-6-rc6-now-available-for-testing/\">WordPress 6.1 Release Candidate 6 (RC6) Now Available for Testing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/31/postponed-to-wp-6-2-escaping-table-and-field-names-with-wpdbprepare/\">Postponed to WP 6.2: Escaping Table and Field names with <code>wpdb::prepare()</code></a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\">Core Editor Improvement: Advancing the writing experience</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/02/dev-chat-agenda-november-2-2022/\">Dev Chat agenda, November 2, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/01/editor-chat-agenda-2-november-2022/\">Editor Chat Agenda: 2 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2022/11/02/summary-of-docs-team-meeting-november-1-2022/\">Summary of Docs Team Meeting November 1, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2022/10/28/the-documentation-team-contributor-day-summary/\">The Documentation team Contributor Day summary</a></li>\n</ul>\n\n\n\n<h3 id=\"h-support-articles\"><br />Support Articles</h3>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/support/article/colors-settings-overview/\">Colors Settings Overview</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/layout-settings-overview/\">Layout Settings Overview</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/typography-settings-overview/\">Typography Settings Overview</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/twenty-twenty-three/\">Twenty Twenty-Three</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/twenty-twenty-three-changelog/\">Twenty Twenty-Three Changelog</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/border-settings-overview/\">Border Settings Overview</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/post-author-biography-block/\">Post Author Biography Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/comment-template-block/\">Comment Template Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/comment-edit-link-block/\">Comment Edit Link Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/support/article/comment-reply-link-block/\">Comment Reply Link Block</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/02/agenda-wordpress-global-marketing-team-meeting-november-2-2022/\">Agenda: WordPress global Marketing Team meeting, November 2, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/01/notes-global-marketing-team-meeting-october-26-2022/\">Notes: Global Marketing Team meeting, October 26, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">WordPress.org Redesign Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">Displaying Style Variations for Supporting Themes</a></li>\n</ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2022/11/01/call-for-testing-wordpress-for-android-21-1/\">Call for Testing: WordPress for Android 21.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/mobile/2022/11/01/call-for-testing-wordpress-for-ios-21-1/\">Call for Testing: WordPress for iOS 21.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/02/mobile-team-update-november-2nd-2/\">Mobile Team Update – November 2nd</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/01/performance-team-meeting-summary-1-november-2022/\">Performance Chat Summary: 1 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/10/31/plugin-review-team-31-oct-2022-%F0%9F%91%BB/\">Plugin Review Team: 31 Oct 2022 </a></li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/02/agenda-weekly-polyglots-chat-nov-2-2022-700-utc/\">Agenda: Weekly Polyglots Chat – Nov. 2, 2022 (7:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">Now we have a sustainability channel in Making WordPress Slack, what should we do?</a></li>\n</ul>\n\n\n\n<h2><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/10/27/support-team-meeting-updates-for-october-27/\">Support Team Meeting Updates for October 27</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2022/10/26/hallway-hangout-discussion-on-wrapping-phase-2-26-oct/\">Hallway Hangout: Discussion on wrapping Phase 2 (26 Oct)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/10/31/test-team-update-31-october-2022/\">Test Team Update: 31 October 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/11/01/themes-team-update-november-01-2022/\">Themes team update November 01, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/01/summary-update-courses-currently-in-development-1-november-2022/\">Summary Update: Courses Currently in Development or Published (1 November 2022)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/10/31/meeting-agenda-for-november-1-2022/\">Meeting Agenda for November 1, 2022</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/using-block-template-parts-in-classic-themes/\">Using Block Template Parts in Classic Themes</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/a-beginners-guide-to-the-wordpress-template-hierarchy/\">A Beginners Guide to the WordPress Template Hierarchy</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/tools-import-and-export/\">Tools: Import and Export</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=the-creative-side-of-blocks-vol-3\">The Creative Side of Blocks, Vol. 3</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=padding-margin-and-block-spacing\">Padding, Margin and Block Spacing</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-internationalisation-in-block-themes\">Let’s code! Internationalisation in Block Themes</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-internationalisation\">WordPress development live stream: Internationalisation</a></li>\n</ul>\n\n\n\n<h3 id=\"h-courses\">Courses</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\">A Developers Guide to Block Themes – Part 1</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos now auto-published to Youtube</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 03 Nov 2022 02:53:31 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:29;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Post Status: The WordPress Enterprise Paradox\";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:32:\"https://poststatus.com/?p=142360\";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:56:\"https://poststatus.com/the-wordpress-enterprise-paradox/\";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:13115:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">“WordPress as a platform is putting us on the enterprise path. But what got us here is what makes us irrelevant,” says Magne Ilsaas, CEO and Founding Partner of Dekode. Magne wants to start an overdue conversation about three big risks — and opportunities — for WordPress agencies: 1) A lack of spaces for professional conversations and knowledge-sharing, including professional events, meetups, and mastermind groups catering to enterprise WordPress. 2) Successful agencies that use WordPress extensively with little or no community involvement whose work would benefit from enterprise WordPress peer networks. 3) An over-emphasis in WordPress agencies on short-term engineering solutions to the exclusion of long-term business solutions. What\'s often left out is design, user experience, and most of all the capacity to play a strategic advisory role in partnership with clients. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">4</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">As more and more enterprises move onto WordPress and digital becomes the backbone of modern business, we need to become more than developers and designers. We are now business advisors, thinking on behalf of the companies we work for.</p>\n\n\n\n<p>Agencies focusing on open source and WordPress are in a pretty good spot these days. Demand for WordPress development has never been higher, and we continue to see bigger companies building their websites on WordPress. </p>\n\n\n\n<blockquote><p>Most clients know WordPress may not be the best choice, but they are starting to understand that “best choice” isn’t relevant. </p></blockquote>\n\n\n\n<p>At Dekode we are focusing on enterprise clients, and it\'s really fun when large, interesting projects come our way — because of WordPress. It is a real contrast to how it used to be when most of our client meetings were spent explaining why WordPress is a good choice. Now it\'s rarely discussed at all. Most clients that come our way have already decided that WordPress is the right choice for them. Even big public tenders call out for WordPress.</p>\n\n\n\n<p>Most of them know it\'s not necessarily the best choice, but they are starting to understand that “best choice” isn’t relevant. </p>\n\n\n\n<p>If a client in 2017 set out to choose a CMS and had the slightest idea of what they were doing, they would have a shortlist of three to five CMSs to choose from. The truth is that any of them would have been a good choice, and any of them could be bent into shape to suit the client’s needs.</p>\n\n\n\n<div class=\"is-layout-constrained wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-the-paradox\"><strong>The Paradox</strong>:</h2>\n\n\n\n<p><strong>WordPress as a platform is putting us on the enterprise path. </strong></p>\n\n\n\n<p><strong>But what got us here is what makes us irrelevant.</strong></p>\n</div></div>\n\n\n\n<h2 id=\"h-can-we-overcome-success\">Can We <strong>Overcome Success</strong>?</h2>\n\n\n\n<p>With the traction WordPress has gained over the last 15 years, we see that more and more enterprise companies are opening their eyes to what we can do with WordPress, but too often it’s for the wrong reasons. </p>\n\n\n\n<p>For large parts of the WordPress industry, plugins, themes, and soon-to-be <em>Gutenblocks</em> are the fuel that keeps the WordPress snowball rolling. SMBs spinning up WordPress websites on the fly. The platform is really great at this because it\'s so easy and flexible. It\'s a Swiss Army Knife on steroids, able to adapt to anyone\'s needs. </p>\n\n\n\n<blockquote><p>Some of the best WordPress projects are done by agencies that don’t really care about WordPress or the WordPress community. </p></blockquote>\n\n\n\n<p>But here is the paradox: this success is holding us back now because the thousands of plugins and DIY articles and solutions generally aren’t meant or relevant for the enterprise market. This means that a lot of enterprise companies are building patchwork WordPress installations that may or may not scale, be secure, or actually work as a modern digital tool for solving business needs. As we build more and more functionality and options, we are strolling farther and farther away from the enterprise playing field.</p>\n\n\n\n<p>Some of the best WordPress projects are done by agencies that don’t really care about WordPress or the WordPress community. Why? Because they use WordPress for what it is. A tool that gets the job done, cheaply and effectively. But as the web gets more and more complex, some of these agencies don\'t have the people with the necessary skills, and we are seeing more high-profile enterprise clients with low-quality WordPress websites.</p>\n\n\n\n<p>So we are putting ourselves in a pretty bad position at the moment. </p>\n\n\n\n<p>With the rising demand for WordPress experts, everything should be great. But the fact is that there are too many high-profile websites out there with really poor-quality work under the hood. And the reputation WordPress has as an alternative for enterprise will deteriorate as these solutions fall apart piece by piece.</p>\n\n\n\n<blockquote><p>Do we actually solve someone\'s business goal or a user\'s need? Mileage varies — a lot.</p></blockquote>\n\n\n\n<p>Even though we are busy discussing our tool and what it can and cannot do, some WordPress enterprise projects actually do end up with a skillful WordPress agency. But all too often, the decision of what CMS to build on is made after a lot of the important strategic decisions are made—or even after the design is done.</p>\n\n\n\n<p>Too often other agencies are helping clients with strategic decision-making, design and communication, user testing, conversion optimization, and digital marketing.</p>\n\n\n\n<p>When competing platforms can offer a full spectrum of expertise, it really doesn\'t matter how good we are as developers. If the solutions we help create don\'t deliver on basic user needs and business goals, where is the value to the client? But too often we are not in a position to affect quality and business impact. Most of the time we are missing the show by collectively taking ourselves <em>off</em> the playing field.</p>\n\n\n\n<h2 id=\"h-is-wordpress-enterprise-ready\"><strong>Is WordPress enterprise ready?</strong></h2>\n\n\n\n<p>From a technical perspective, the answer is obviously yes. </p>\n\n\n\n<p>From a <em>people</em> perspective, the answer is much less clear: yes and no.</p>\n\n\n\n<p>For the enterprise, WordPress is still a pretty risky move. But not because there aren\'t agencies that can deliver high-quality code, security, and scalability. It\'s amazing what the best developers can spin up on WordPress, but that doesn\'t really matter if everyone but the developers understands how they are (or aren’t) delivering a positive user experience and solving the client\'s business problems. </p>\n\n\n\n<blockquote><p>Imagine a way of doing business that is not about redesign loops and short-term decisions but a way to create sustainable digital platforms and deliver long-term value to our clients.</p></blockquote>\n\n\n\n<p>Today when we get a project brief, there are no technical reasons why you shouldn\'t choose WordPress. Subjectively speaking, it\'s probably the best CMS out there, for many reasons. </p>\n\n\n\n<p>But that doesn\'t mean that it is the right choice for an enterprise business.</p>\n\n\n\n<p>There are plenty of examples of enterprise websites that run on WordPress. Technically many of them are flawless, and some even look good, but do they actually solve someone\'s business goal or a user\'s need? Mileage varies — a lot.</p>\n\n\n\n<h2 id=\"h-the-secret-sauce\"><strong>The Secret Sauce</strong></h2>\n\n\n\n<p>Digital is becoming the foundation of modern businesses, and in order to stay relevant, it is not enough to be only designers and developers anymore. We need to develop our skills further and become business designers and long-term digital partners for our clients.</p>\n\n\n\n<p>The best solutions can be made when we take our WordPress knowledge and developer skills and use them to create sustainable platforms and design systems that align with business strategy, user needs, and digital marketing.</p>\n\n\n\n<p>We need to hold ourselves accountable to a long-term perspective for the decisions we make and the solutions we create. To stay relevant, we need to understand success is the value we deliver — on top of the technology. </p>\n\n\n\n<p>There are plenty of WordCamps, seminars, podcasts, blogs, tutorials, and meetups out there. </p>\n\n\n\n<blockquote><p>To stay relevant, we need to understand success is the value we deliver — on top of the technology. </p></blockquote>\n\n\n\n<p>But what they all have in common is that they are aimed at the mass market side of WordPress where price tags are low and scale is everything. This is fantastic, and it will keep the WordPress snowball rolling.</p>\n\n\n\n<p>But why is there no arena for professional conversations around WordPress Enterprise?</p>\n\n\n\n<p>Why is there no knowledge sharing about creating value on top of the tools we create?</p>\n\n\n\n<p>What if we did business the same way we\'ve built WordPress? What if we leverage our biggest asset, which is not WordPress the tool. It’s WordPress, the community, the culture, the openness, and the inclusiveness. What if we create our own way of integrating our open-source mindset into how we conduct our businesses?</p>\n\n\n\n<blockquote><p>We need a WordPress mindset, a WordPress way of doing business, that enables value creation for everyone involved.</p></blockquote>\n\n\n\n<p>Imagine a way of doing business that is not about redesign loops and short-term decisions but a way to create sustainable digital platforms and deliver long-term value to our clients.</p>\n\n\n\n<p>In my opinion, there are enough strong forces in play to keep WordPress as a platform enterprise-ready and relevant. But I’m not sure that matters without a better understanding and focus on how we can deliver value on top of the tools we create. </p>\n\n\n\n<p>My wish is for WordPress to be known as more than the most cost-effective, enterprise-ready technology. I want it to be known for a WordPress mindset, a WordPress way of doing business, that enables value creation for everyone involved. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"is-layout-constrained wp-block-group has-theme-palette-7-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Help make it happen! Join <a href=\"https://poststatus.slack.com/archives/C02TNBDAXLL\"><span>#agency-owners</span></a> in Post Status Slack.</h2>\n\n\n\n<p>Leave a <a href=\"https://poststatus.com/planet/feed/#comments\">comment</a>, get in touch, or jump into <a href=\"https://poststatus.slack.com/\">Post Status Slack</a> if this is a conversation you\'d like to contribute to.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile has-background\" id=\"author\"><a href=\"https://dekode.no/\"><img width=\"752\" height=\"752\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/11/ab58aa31afffd4af6284f4244b9f61a8-752x752.webp\" alt=\"Magne Ilsaas\" class=\"not-transparent wp-image-142508 size-medium\" /></a><div class=\"wp-block-media-text__content\">\n<p><strong>Magne Ilsaas</strong> is the founder and manager of <strong><a href=\"https://dekode.no\">Dekode</a></strong>, Norway`s biggest WordPress agency. He works on bridging the gap between design and engineering in order to create the best and most cost-efficient WordPress projects. When he`s not working, you`ll find him skiing or fishing in Lofoten.</p>\n\n\n\n<ul class=\"is-horizontal is-content-justification-center is-layout-flex wp-container-40 wp-block-social-links alignright has-small-icon-size is-style-default\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://twitter.com/dekodeno/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-linkedin wp-block-social-link\"><a href=\"https://www.linkedin.com/in/magne-ilsaas-4968b75/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li></ul>\n</div></div>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 02 Nov 2022 23:24:56 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Magne Ilsaas\";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:30;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WP All Import Is Moving Away from Lifetime Licenses\";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:30:\"https://wptavern.com/?p=139123\";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:72:\"https://wptavern.com/wp-all-import-is-moving-away-from-lifetime-licenses\";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:4078:\"<p>WP All Import <a href=\"https://www.wpallimport.com/your-last-chance-to-buy-unlimited-lifetime-licenses/\">announced</a> it will soon change its business model to annual licenses. The product, which includes free and commercial versions, allows users to import/export XML, CSV, or Excel data and integrates with more than a dozen popular plugins. Since its founding in 2011, WP All Import has been sold with unlimited, lifetime licenses. The product has more than 12,000 customers.</p>\n\n\n\n<p>In a statement published this week, WP All Import explained that the company went with lifetime licenses from the beginning because most commercial plugins were sold this way when they started in 2011 and customers began to expect it. </p>\n\n\n\n<p>Some companies have had a rocky transition out of providing lifetime licenses, as the community saw with <a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">Delicious Brains’ acquisition of ACF</a> in June 2021. Although they assured existing customers that they would honor their lifetime licenses, a few months later on Black Friday, Delicious Brains began <a href=\"https://wptavern.com/acf-solicits-lifetime-license-holders-for-contributions-urging-them-to-purchase-annual-subscriptions\">urging them to purchase annual subscriptions</a>. For many companies transitioning away from old pricing strategies, lifetime license holders become dead weight, requiring support without putting revenue back into the company. WP All Import has found success with offering lifetime licenses for 11 years, but the company is making sure its new customers will be paying every year:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>We are not making this change because because lifetime licenses are inherently unsustainable or support costs are spiraling out of control.</p>\n\n\n\n<p>WP All Import is a profitable business, support costs generally follow revenue up and down, and lifetime licenses for WordPress plugins are absolutely a sustainable business model.</p>\n\n\n\n<p><strong>We are moving to annual licenses simply because we will make more money.</strong></p>\n\n\n\n<p>“While lifetime licenses work, annual licenses are absolutely more profitable over the long term. This is why you see almost every piece of software on earth now being sold with one.”</p>\n</blockquote>\n\n\n\n<p>WP All Import is one of the few remaining companies that is still using a lifetime license pricing strategy. The company noted that over the past ten years, the budgets for WordPress projects have grown along with the quality of their software. </p>\n\n\n\n<p>Generally, the response to the news has been positive. Some are considering purchasing lifetime licenses before they are no longer offered. One customer said he appreciated the honest communication but bristled at the notion that “people just expect to have to renew their software licenses.” </p>\n\n\n\n<p>“No,” developer Patrick van Kouteren said. “It is being forced upon consumers because it generates more revenue for the business selling it.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Well, that\'s honest from WP All Import. But followed by a bullshit statement: \"people just expect to have to renew\". No. It is being forced upon consumers because it generates more revenue for the business selling it. <a href=\"https://t.co/U1p0qy4JJt\">pic.twitter.com/U1p0qy4JJt</a></p>— Patrick van Kouteren (@pvankouteren) <a href=\"https://twitter.com/pvankouteren/status/1587721931696050182?ref_src=twsrc%5Etfw\">November 2, 2022</a></blockquote>\n</div>\n\n\n\n<p>WP All Import assured existing customers that it will continue to honor their lifetime licenses and offer the same level of support. If the company releases new products in the future, lifetime license holders will be eligible to purchase annual licenses for these products at discounted rates. WP All Import said the company will be making these changes “sometime later this year or next year.”</p>\";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, 02 Nov 2022 22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:31;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"WPTavern: WordPress 6.1 Introduces New Default Theme and Fluid Typography, Expands Design Tools and Template Options\";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:30:\"https://wptavern.com/?p=139076\";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:126:\"https://wptavern.com/wordpress-6-1-introduces-new-default-theme-and-fluid-typography-expands-design-tools-and-template-options\";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:5422:\"<p><a href=\"https://wordpress.org/news/2022/11/misha/\">WordPress 6.1 “Misha”</a> was released today, named for Soviet-Norwegian jazz pianist <a href=\"https://en.wikipedia.org/wiki/Mikhail_Alperin\">Mikhail “Misha” Alperin</a>, who was born in Ukraine in 1956. A founding member of the first Moldavian jazz quartet, and later the <a href=\"https://en.wikipedia.org/wiki/Moscow_Art_Trio\">Moscow Art Trio</a>, Alperin became known for his distinct and bewitching blend of jazz and folk music.</p>\n\n\n\n<p>This release is the culmination of a months-long effort to <a href=\"https://github.com/WordPress/gutenberg/issues/43241\">improve the design tooling consistency</a> of WordPress’ core blocks. That means blocks that were missing things like typography, color, and border support have been updated wherever possible to match the support included in other blocks. Design tools and their controls are also now more consistently presented, so users can intuitively know what to expect when customizing their blocks.</p>\n\n\n\n<img />image credit: WordPress 6.1 About page\n\n\n\n<p>WordPress 6.1 <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">expands the templates options</a> available for site editing. Theme authors and users can now create page-specific templates, custom post type and post-specific templates, user-selectable custom templates for all post types, and taxonomy-specific templates for categories or tags.</p>\n\n\n\n<p>With all the new block design and template editing capabilities, WordPress 6.1 has added more sophisticated content-locking capabilities. Block-locking can now be applied to all inner blocks in one click. This applies to containing blocks like Group, Cover, and Column blocks.</p>\n\n\n\n<img />image credit: WordPress 6.1 About Page\n\n\n\n<p>Menu management has also gotten a big update in 6.1, with menu controls relocated to their own place in the block settings. The navigation block now offers new fallback options in case the block isn’t pre-populated with inner blocks. If the navigation menu is empty, the fallback behavior is to display a list of available pages using the Page List block. If there are multiple block menus, the fallback is to display the most recently created block menu. This ensures that users aren’t stuck and can more easily understand where their menus will show up.</p>\n\n\n\n<h3>New Twenty Twenty-Three Default Theme with 10 Style Variations</h3>\n\n\n\n<p>One of the most anticipated parts of this release is the new <a href=\"https://wordpress.org/themes/twentytwentythree/\">Twenty Twenty-Three</a> (TT3) default theme. This is a new kind of default theme that bundles a curated set of style variations, instead of creating a new theme from scratch. It uses a stripped-back version of Twenty Twenty-Two as the base for a theme that features <a href=\"https://wptavern.com/wordpress-announces-10-style-variation-selections-for-twenty-twenty-three-theme\">10 community-contributed style variations</a>.</p>\n\n\n\n<img />image credit: WordPress 6.1 About page\n\n\n\n<p>The theme is accessibility-ready and puts the spotlight on all of the design tools available in the latest release. It is basically a blank slate for further customization, with both rich and minimalist color palettes and multiple typography options. It will be exciting to see what the world of WordPress users builds with the new theme.</p>\n\n\n\n<img />\n\n\n\n<p>Fluid typography makes its debut in 6.1. This feature is for theme authors but benefits users and site visitors alike. It allows authors to define font sizes that will smoothly scale between smaller and larger viewports, adapting in a fluid way to varying widths. </p>\n\n\n\n<p>The best part of the new fluid typography feature is that it can easily be turned on by setting <code>typography.fluid</code> to be <code>true</code> in theme.json and adding <code>fluid</code> to each of the <code>settings.typography.fontSizes</code> with <code>min</code> and <code>max</code> values. If you want to see an example of fluid typography in action, look no further than the new Twenty Twenty-Three theme.</p>\n\n\n\n\n\n\n\n<p>Other notable new features and updates in 6.1 include the following: </p>\n\n\n\n<ul>\n<li>List and Quote blocks now support inner blocks</li>\n\n\n\n<li>Improved layout and visualization of document settings</li>\n\n\n\n<li>Support for starter patterns for any post type</li>\n\n\n\n<li>Filter Themes Directory for block themes in the admin</li>\n\n\n\n<li>Improved block placeholders that show customization options</li>\n\n\n\n<li>New system for persisting user preferences across browsers and devices</li>\n\n\n\n<li>Block-based Template Parts now available in Classic Themes</li>\n\n\n\n<li>Query Loop block extended to support custom queries</li>\n\n\n\n<li>Set preset values for padding, margin and block gap</li>\n</ul>\n\n\n\n<p>WordPress 6.1 includes more than 60 <a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">accessibility improvements</a> and 25 tickets dedicated to <a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">performance</a>. This release is the result of the tireless efforts of more than 800 contributors from 60+ countries. For a quick visual tour, check out the official WordPress 6.1 promo video:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";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, 02 Nov 2022 02:30:34 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:32;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress.org blog: WordPress 6.1 “Misha”\";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:35:\"https://wordpress.org/news/?p=13798\";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:41:\"https://wordpress.org/news/2022/11/misha/\";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:76086:\"<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/inline-image-inline.png?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-13872\" />\n\n\n\n<h1>Welcome to “Misha”</h1>\n\n\n\n<p>Say hello to WordPress 6.1, “Misha,” inspired by the life and work of jazz pianist <a href=\"https://en.wikipedia.org/wiki/Mikhail_Alperin\">Mikhail “Misha” Alperin</a>. Ukrainian-born Misha introduced the work of jazz ensembles globally and is celebrated as a founding member of the <a href=\"https://en.wikipedia.org/wiki/Moscow_Art_Trio\">Moscow Art Trio</a>.<br /><br />“Misha” further refines the site-building experience. Inside WordPress 6.1 you’ll interact with enhancements that continue to make site creation more intuitive while pushing your creative boundaries further than ever. Don’t forget to enjoy some of Misha’s <a href=\"https://www.youtube.com/channel/UCuh5oEm_jJ_jTcv8DmbLi2Q\">jazz piano</a> as you take in all WordPress 6.1 has to offer.</p>\n\n\n\n<p><span>The third major release of 2022 is here. </span><a href=\"https://wordpress.org/wordpress-6.1.zip\"><span>Download it now</span></a><span>! As of the time of this release, WordPress powers </span><a href=\"https://w3techs.com/technologies/overview/content_management\">43%</a><span> of websites worldwide.</span></p>\n\n\n\n<p><span>Site owners and administrators should upgrade today to take full advantage of the many stability, performance, and usability enhancements. Furthermore, WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</span></p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This release includes features that many in the WordPress Community have been most excited about since the start of this project. Additional enhancements and improvements to the editor give site owners more control and easier customization while offering a more cohesive experience to users. A lot of writing-focused improvements are included in the release, because if you’re giving voices to the voiceless you’ve got to focus on folks writing the copy. </p>\n\n\n\n<p>Some of my favorite enhancements are the refined ability to select partial paragraphs in a block; settings to keep list view open by default; and the keyboard shortcut to add internal links expanded to all blocks.</p>\n<cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.1.zip\">Download WordPress 6.1</a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<h3>Twenty Twenty-Three:<br />A fresh default theme with 10 distinct style variations</h3>\n\n\n\n<p>After introducing foundational elements for block themes and style variations in releases 5.9 and 6.0, WordPress site builders welcome a new default theme, Twenty Twenty-Three, that is powered by <a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">10 different styles</a> and tagged as “<a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">Accessibility Ready</a>.” These intentionally unique styles ensure users can apply a different look and feel to their site with a single click—all within a single theme.</p>\n\n\n\n<img width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Style-Variation-News-1.png?resize=1024%2C601&ssl=1\" alt=\"\" class=\"wp-image-13843\" />\n\n\n\n<h3>New templates for an improved creator experience</h3>\n\n\n\n<p>New and more refined templates now give site builders more control over the creation of their sites. In this suite of new templates, find a custom template for posts & pages in the Site Editor. Create and edit template parts like headers and footers more quickly with a new search-and-replace tool and easily view your new site.</p>\n\n\n\n<img width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Templates-News.png?resize=1024%2C601&ssl=1\" alt=\"\" class=\"wp-image-13818\" />\n\n\n\n<h3>Design tools for more consistency and control</h3>\n\n\n\n<p>Thoughtful upgrades to the controls for design elements and blocks make laying out and building your new site a more consistent, complete, and intuitive experience.</p>\n\n\n\n\n<img width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Design-Tools-News.png?resize=1024%2C601&ssl=1\" alt=\"\" class=\"wp-image-13819\" />\n\n\n\n\n<h3>Manage menus with ease</h3>\n\n\n\n<p>New fallback options in the navigation block mean you can edit the menu that’s open; no searching needed. Plus, the controls for choosing and working on menus have their own place in the block settings. The mobile menu system also gets an upgrade with new features, including different icon options, to make the menu yours.</p>\n\n\n\n<img width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Navigation-1.png?resize=1024%2C601&ssl=1\" alt=\"\" class=\"wp-image-13844\" />\n\n\n\n<h3>Cleaner layouts and document settings visualization</h3>\n\n\n\n<p>View and manage post and page settings with a better-organized display improving the use of features like template picker and scheduler.</p>\n\n\n\n<img width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Document-settings-News-1.png?resize=1024%2C601&ssl=1\" alt=\"\" class=\"wp-image-13838\" />\n\n\n\n<h3>One-click lock setting for all inner blocks</h3>\n\n\n\n<p>When locking blocks, a new toggle lets you apply your lock settings to all the blocks in a containing block like the group, cover, and column blocks.</p>\n\n\n\n\n<img width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Lock-News.png?resize=1024%2C601&ssl=1\" alt=\"\" class=\"wp-image-13824\" />\n\n\n\n\n<h3>Improved block placeholders</h3>\n\n\n\n<p>Various blocks have improved placeholders that reflect customization options to help you design your site and its content. For example, the Image block placeholder displays custom borders and duotone filters even before selecting an image.</p>\n\n\n\n<h3>Compose richer lists and quotes with inner blocks</h3>\n\n\n\n<p>The List and Quote blocks now support inner blocks, allowing for more flexible and rich compositions like adding headings inside your Quote blocks.</p>\n\n\n\n<h3>More responsive text with fluid typography</h3>\n\n\n\n<p>For developers working with block themes and/or <code>theme.json</code>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support\">fluid typography</a> lets you define font sizes that adapt for easy reading in any screen size.</p>\n\n\n\n<h3>Add starter patterns to any post type</h3>\n\n\n\n<p>In WordPress 6.0, site builders could add suggested patterns so that when creating a new page, you did not have to start blank. In 6.1, site builders can continue to opt-in to this feature for not only pages but for any post type. </p>\n\n\n\n<h3>Find block themes faster</h3>\n\n\n\n<p>The Themes Directory has a filter for block themes, and a pattern preview gives a better sense of what the theme might look like while exploring different themes and patterns.</p>\n\n\n\n<h3>Keep your Site Editor settings for later</h3>\n\n\n\n<p>Site Editor settings are now <a href=\"https://make.wordpress.org/core/2022/10/10/changes-to-block-editor-preferences-in-wordpress-6-1/\">persistent for each user</a>. This means your settings will now be consistent across browsers and devices.</p>\n\n\n\n<h3>A streamlined style system</h3>\n\n\n\n<p>The CSS rules for margin, padding, typography, colors, and borders within the <a href=\"https://make.wordpress.org/core/2022/10/10/block-styles-generation-style-engine/\">styles engine</a> are now all in one place, reducing time spent on layout-specific tasks and helps to generate semantic class names.</p>\n\n\n\n<h3>Updated interface options and features</h3>\n\n\n\n<p>Updates include <a href=\"https://make.wordpress.org/core/2022/10/10/styling-elements-in-block-themes/\">styling elements</a> like buttons, citations, and links globally; controlling hover, active, and focus states for links using theme.json (not available to control in the interface yet); and customizing outline support for blocks and elements, among other features.</p>\n\n\n\n<h3>Continued evolution of layout options</h3>\n\n\n\n<p>The default content dimensions provided by themes can now be overridden in the Styles Sidebar, giving site builders better control over full-width content. Developers have <a href=\"https://make.wordpress.org/core/2022/10/10/updated-editor-layout-support-in-6-1-after-refactor/\">fine-grained control over these controls</a>.</p>\n\n\n\n<h3>Block Template parts in classic themes</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/\">Block template parts can now be defined in classic themes</a> by adding the appropriate HTML files `parts` directory at the root of the theme.</p>\n\n\n\n<h3>Expanded support for Query Loop blocks</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/\">New filters</a> let Query Block variations support custom queries for more powerful variations and advanced hierarchical post types filtering options.</p>\n\n\n\n<h3>Filters for all your styles</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/10/filters-for-theme-json-data/\">Leverage filters</a> in the Styles sidebar to control settings at all four levels of your site—core, theme, user, or block, from less to more specific.</p>\n\n\n\n<h3>Spacing presets for faster, consistent design</h3>\n\n\n\n<p>Save time and avoid hard-coding values into a theme with <a href=\"https://make.wordpress.org/core/2022/10/07/introduction-of-presets-across-padding-margin-and-block-gap/\">preset margin and padding values for multiple blocks.</a></p>\n\n\n\n<h3>Content-only editing support for container blocks</h3>\n\n\n\n<p>Thanks to content-only editing settings, layouts can be locked within container blocks. In a content-only block, its children are invisible to the List View and entirely uneditable. So you control the layout while your writers can focus on the content. Combine it with block-locking options for even more advanced control over your blocks.</p>\n\n\n\n<h3>Other notes of interest</h3>\n\n\n\n<ul>\n<li>6.1 includes a new time-to-read feature showing content authors the approximate time-to-read values for pages, posts, and custom post types.</li>\n\n\n\n<li>The site tagline is empty by default in new sites but can be modified in General Settings.</li>\n\n\n\n<li>A new modal design offers a background blur effect, making it easier to focus on the task at hand.</li>\n</ul>\n\n\n\n<h2>Enhancing WordPress 6.1 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.1 includes nearly 60 updates specifically focused on enhancing the accessibility of the platform. <a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">Read these updates</a> to learn more about the continual initiatives aimed at improving accessibility.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.1</h2>\n\n\n\n<p>WordPress 6.1 resolves more than 25 tickets dedicated to enhancing performance with improvements for every type of site. A full breakdown can be found in the <a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance Field Guide</a>.</p>\n\n\n\n<h2>Learn More About WordPress 6.1</h2>\n\n\n\n<p>See WordPress 6.1 in action! Watch a <a href=\"https://www.youtube.com/watch?v=1w9oywSa6Hw\">brief overview video</a> highlighting some of the major features debuting in WordPress 6.1.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p><br /></p>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for brief how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online </a>workshop on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a>, complete with detailed developer notes to help you build with and extend WordPress. Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-1\">WordPress</a><a href=\"https://wordpress.org/support/wordpress-version/version-6-1/\"> 6.1 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.1 Release Squad</h2>\n\n\n\n<p><span>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</span></p>\n\n\n\n<p><span>Release Lead: </span><a href=\"https://profiles.wordpress.org/matt/\"><span>Matt Mullenweg</span></a><span> </span><br /><span>Release Coordinators: </span><a href=\"https://profiles.wordpress.org/priethor/\"><span>Héctor Prieto</span></a><span> and </span><a href=\"https://profiles.wordpress.org/desrosj/\"><span>Jonathan Desrosiers</span></a><span> </span><br /><span>Core Tech Co-Leads: </span><a href=\"https://profiles.wordpress.org/mikeschroder/\"><span>Mike Schroder</span></a><span>, </span><a href=\"https://profiles.wordpress.org/davidbaumwald/\"><span>David Baumwald</span></a><span>, and </span><a href=\"https://profiles.wordpress.org/jeffpaul/\"><span>Jeff Paul</span></a><br /><span>Editor Tech Co-Leads: </span><a href=\"https://profiles.wordpress.org/czapla/\"><span>Michal Czaplinski</span></a><span>, </span><a href=\"https://profiles.wordpress.org/bernhard-reiter/\"><span>Bernie Reiter</span></a><span>, and </span><a href=\"https://profiles.wordpress.org/cbravobernal/\"><span>Carlos Bravo</span></a><br /><span>Core Triage Co-Leads: </span><a href=\"https://profiles.wordpress.org/audrasjb/\"><span>JB Audras</span></a><span> and </span><a href=\"https://profiles.wordpress.org/chaion07/\"><span>Ahmed Chaion</span></a><br /><span>Editor Triage Co-Leads: </span><a href=\"https://profiles.wordpress.org/ndiego/\"><span>Nick Diego</span></a> <span>and </span><a href=\"https://profiles.wordpress.org/annezazu/\"><span>Anne McCarthy</span></a><br /><span>Documentation Co-Leads: </span><a href=\"https://profiles.wordpress.org/bph/\"><span>Birgit Pauli-Haack</span></a><span>, </span><a href=\"https://profiles.wordpress.org/milana_cap/\"><span>Milana Cap</span></a><span>, and </span><a href=\"https://profiles.wordpress.org/femkreations/\"><span>Femy Praseeth</span></a><br /><span>Marketing & Communications Co-Leads:</span> <a href=\"https://profiles.wordpress.org/jpantani/\"><span>Jonathan Pantani</span></a> <span>and </span><a href=\"https://profiles.wordpress.org/dansoschin/\"><span>Dan Soschin</span></a><br /><span>Test Lead: </span><a href=\"https://profiles.wordpress.org/ironprogrammer/\"><span>Brian Alexander</span></a><br /><span>Design Lead: </span><a href=\"https://profiles.wordpress.org/richtabor/\"><span>Rich Tabor</span></a><br /><span>Default Theme Co-Leads: </span><a href=\"https://profiles.wordpress.org/beafialho/\"><span>Beatriz Fialho</span></a><span> & </span><a href=\"https://profiles.wordpress.org/mikachan/\"><span>Sarah Norris</span></a></p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Thank you to all the contributors who dedicated time and energy to bring the best WordPress experience to everyone.</p>\n<cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<p></p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\"><p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/hurayraiit/\">Abu Hurayra</a> · <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a> · <a href=\"https://profiles.wordpress.org/adampickering/\">Adam Pickering</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/admwgn/\">Adam Wiltgen</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a> · <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/aezazshekh/\">Aezaz Shekh</a> · <a href=\"https://profiles.wordpress.org/afrid1719/\">afrid1719</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/seakashdiu/\">Akash Mia</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/kamig478/\">Akram ul haq</a> · <a href=\"https://profiles.wordpress.org/akshitsethi/\">Akshit Sethi</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alamgircsebd/\">alamgircsebd</a> · <a href=\"https://profiles.wordpress.org/alanp57/\">AlanP57</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/alberuni-azad/\">Alberuni Azad.</a> · <a href=\"https://profiles.wordpress.org/elpanda13gmailcom/\">Alejandro J. Sanchez P.</a> · <a href=\"https://profiles.wordpress.org/zutigrm/\">Aleksej</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/acoulombe/\">Alexis Coulombe</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a> · <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a> · <a href=\"https://profiles.wordpress.org/allisonplus/\">allisonplus</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro Gómez</a> · <a href=\"https://profiles.wordpress.org/amirkamizi/\">amirkamizi</a> · <a href=\"https://profiles.wordpress.org/amjadr360/\">Amjad Ali</a> · <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/deksar/\">Andreas</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a> · <a href=\"https://profiles.wordpress.org/andrewnz/\">AndrewNZ</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/andrija/\">Andrija Naglic</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/andykeith/\">Andy Keith</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/anitanenova/\">anitanenova</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annabansaghi/\">Anna Bansaghi</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/alaca/\">Ante Laca</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a> · <a href=\"https://profiles.wordpress.org/apokalyptik/\">apokalyptik</a> · <a href=\"https://profiles.wordpress.org/arrasel403/\">AR Rasel</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/yellyc/\">Ariel Chinn</a> · <a href=\"https://profiles.wordpress.org/xylocone/\">Arjun Singh</a> · <a href=\"https://profiles.wordpress.org/armondal/\">Arnab Mondal</a> · <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Kalwar</a> · <a href=\"https://profiles.wordpress.org/arturgrabo/\">Artur Grabowski</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/aspexi/\">Aspexi</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/baned/\">BaneD</a> · <a href=\"https://profiles.wordpress.org/barneydavey/\">barneydavey</a> · <a href=\"https://profiles.wordpress.org/bbobnis/\">Bartosz Bobnis</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bengreeley/\">Ben Greeley</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/boblindner/\">Bob</a> · <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a> · <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/cantuaria/\">Bruno Cantuaria</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/burgiuk/\">burgiuk</a> · <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a> · <a href=\"https://profiles.wordpress.org/bwbama/\">bwbama</a> · <a href=\"https://profiles.wordpress.org/cadlec/\">cadlec</a> · <a href=\"https://profiles.wordpress.org/cagsmith/\">cagsmith</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cavalierlife/\">cavalierlife</a> · <a href=\"https://profiles.wordpress.org/cdbessig/\">cdbessig</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/nhuja/\">Chandra M</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisbudd1/\">Chris Budd</a> · <a href=\"https://profiles.wordpress.org/chrishardie/\">Chris Hardie</a> · <a href=\"https://profiles.wordpress.org/czarate/\">Chris Zarate</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisguitarguy/\">chrisguitarguy</a> · <a href=\"https://profiles.wordpress.org/cwbudde/\">Christian-W. Budde</a> · <a href=\"https://profiles.wordpress.org/christinavoudouris/\">Christina Voudouris</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a> · <a href=\"https://profiles.wordpress.org/ryno267/\">Chuck Reynolds</a> · <a href=\"https://profiles.wordpress.org/chynnabenton/\">chynnabenton</a> · <a href=\"https://profiles.wordpress.org/ckanderson22/\">ckanderson22</a> · <a href=\"https://profiles.wordpress.org/design_dolphin/\">CodePoet</a> · <a href=\"https://profiles.wordpress.org/codewhy/\">codewhy</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colonelphantom/\">colonelphantom</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">craigfrancis</a> · <a href=\"https://profiles.wordpress.org/crazycoders/\">crazycoders</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a> · <a href=\"https://profiles.wordpress.org/cyrillbolliger/\">cyrillbolliger</a> · <a href=\"https://profiles.wordpress.org/dxd5001/\">Daijiro Miyazawa</a> · <a href=\"https://profiles.wordpress.org/dainemawer/\">dainemawer</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/daledupreez/\">Dale du Preez</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/damonganto/\">damonganto</a> · <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/schutzsmith/\">Daniel Schutzsmith</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a> · <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a> · <a href=\"https://profiles.wordpress.org/darkog/\">Darko G.</a> · <a href=\"https://profiles.wordpress.org/darkskipper/\">darkskipper</a> · <a href=\"https://profiles.wordpress.org/uofaberdeendarren/\">Darren Coutts</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/datainterlock/\">datainterlock</a> · <a href=\"https://profiles.wordpress.org/dhilditch/\">Dave Hilditch</a> · <a href=\"https://profiles.wordpress.org/dave1010/\">dave1010</a> · <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dcowgill/\">David C</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/desmith/\">David E. Smith</a> · <a href=\"https://profiles.wordpress.org/dg12345/\">David Goring</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a> · <a href=\"https://profiles.wordpress.org/daymobrew/\">daymobrew</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">derekblank</a> · <a href=\"https://profiles.wordpress.org/pcfreak30/\">Derrick Hammer</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhl/\">dhl</a> · <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dingdang/\">dingdang</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/dipakparmar443/\">Dipak Parmar</a> · <a href=\"https://profiles.wordpress.org/divyeshgodhani/\">divyeshgodhani</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a> · <a href=\"https://profiles.wordpress.org/dougal/\">Dougal Campbell</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/dwainm/\">Dwain Maralack</a> · <a href=\"https://profiles.wordpress.org/kucrut/\">Dzikri Aziz</a> · <a href=\"https://profiles.wordpress.org/dovyp/\">Dōvy Paukstys</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a> · <a href=\"https://profiles.wordpress.org/eedee/\">eedee</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham S.</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Peña</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/codekraft/\">Erik</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">estelaris</a> · <a href=\"https://profiles.wordpress.org/eugenemanuilov/\">Eugene.Manuilov</a> · <a href=\"https://profiles.wordpress.org/madpixels/\">eugene.manuilov</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/aaemnnosttv/\">Evan Mattson</a> · <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/fellyph/\">Fellyph Cintra</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/fuadragib/\">Fuad Ragib</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gabri3lmarques/\">gabri3lmarques</a> · <a href=\"https://profiles.wordpress.org/gdetassigny/\">Gabriel de Tassigny</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/garymatthews919/\">garymatthews919</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">gigitux</a> · <a href=\"https://profiles.wordpress.org/giox069/\">giox069</a> · <a href=\"https://profiles.wordpress.org/giuseppemazzapica/\">giuseppemazzapica</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Grégory Viguier</a> · <a href=\"https://profiles.wordpress.org/graham73may/\">graham73may</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/greg24/\">greg24</a> · <a href=\"https://profiles.wordpress.org/gregorlove/\">gRegor Morrill</a> · <a href=\"https://profiles.wordpress.org/gunterer/\">gunterer</a> · <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/h2ham/\">h2ham (Hiromu Hasegawa)</a> · <a href=\"https://profiles.wordpress.org/hakanca/\">hakanca</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a> · <a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a> · <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/harshvaishnav/\">harshvaishnav</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/iamarinoh/\">Henrique Iamarino</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/here/\">here</a> · <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hiren1094/\">hiren sanja</a> · <a href=\"https://profiles.wordpress.org/hiyascout/\">hiyascout</a> · <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a> · <a href=\"https://profiles.wordpress.org/hugodevos/\">hugodevos</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">hztyfoon</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/iansvo/\">iansvo</a> · <a href=\"https://profiles.wordpress.org/icaspar/\">iCaspar</a> · <a href=\"https://profiles.wordpress.org/igmoweb/\">Ignacio Cruz Moreno</a> · <a href=\"https://profiles.wordpress.org/igorsch/\">Igor</a> · <a href=\"https://profiles.wordpress.org/igrigorik/\">igrigorik</a> · <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a> · <a href=\"https://profiles.wordpress.org/ilunabar/\">ilunabar</a> · <a href=\"https://profiles.wordpress.org/imadarshakshat/\">imadarshakshat</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">ipajen</a> · <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a> · <a href=\"https://profiles.wordpress.org/irecinius/\">irecinius</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanjeronimo/\">ivanjeronimo</a> · <a href=\"https://profiles.wordpress.org/iviweb/\">iviweb</a> · <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a> · <a href=\"https://profiles.wordpress.org/primetimejas/\">Jacob Schweitzer</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jamesckemp/\">jamesckemp</a> · <a href=\"https://profiles.wordpress.org/jamieburchell/\">jamieburchell</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/trapsta/\">Jasper Kinoti</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jeawhanlee/\">jeawhanlee</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/juberstine/\">Jeff Uberstine</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeroenreumkens/\">JeroenReumkens</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhart35/\">jhart35</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelhardi/\">joelhardi</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnmark8080/\">johnmark8080</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/jonmackintosh/\">jonmackintosh</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonny-s/\">jonny-s</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/joegrainger/\">Joseph Grainger</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/jhabdas/\">Josh Habdas</a> · <a href=\"https://profiles.wordpress.org/joshuaabenazer/\">Joshua Abenazer</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrbeilke/\">jrbeilke</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/just0nequestion/\">just0nequestion</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinsainton/\">Justin Sainton</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/welenofsky/\">Justin Welenofsky</a> · <a href=\"https://profiles.wordpress.org/jyolsna/\">jyolsna</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karinclimber/\">Kari Anderson</a> · <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/kevinb/\">Kevin Behrens</a> · <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a> · <a href=\"https://profiles.wordpress.org/khoipro/\">Khoi Pro</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/blackawxs/\">klewis</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/vdwijngaert/\">Koen Van den Wijngaert</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/kovshenin/\">Konstantin Kovshenin</a> · <a href=\"https://profiles.wordpress.org/kanlukasz/\">Kris Kelvin</a> · <a href=\"https://profiles.wordpress.org/krishaweb/\">KrishaWeb</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a> · <a href=\"https://profiles.wordpress.org/kwillmorth/\">kwillmorth</a> · <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a> · <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/laurent22777/\">laurent22777</a> · <a href=\"https://profiles.wordpress.org/lazam786/\">lazam786</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/linsoftware/\">Linnea Huxford</a> · <a href=\"https://profiles.wordpress.org/lonnylot/\">lonnylot</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/lucasbustamante/\">Lucas Bustamante</a> · <a href=\"https://profiles.wordpress.org/lucilastancato/\">lucilastancato</a> · <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/infolu/\">Luiz Araújo</a> · <a href=\"https://profiles.wordpress.org/mitweka/\">Lukas Niebler</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/msnewas/\">M S Newaz</a> · <a href=\"https://profiles.wordpress.org/maartenj/\">Maarten</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maahrokh/\">Mahrokh</a> · <a href=\"https://profiles.wordpress.org/maksimkuzmin/\">maksimkuzmin</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manishsongirkar36/\">Manish Songirkar</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a> · <a href=\"https://profiles.wordpress.org/marcyoast/\">Marc</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/nuryko/\">Marianna</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markbiek/\">Mark Biek</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a> · <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mashukushibiki/\">Mashu</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">masteradhoc</a> · <a href=\"https://profiles.wordpress.org/msurdi/\">Matías Emanuel Surdi</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattwondra/\">Matt Wondra</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/mattheweppelsheimer/\">Matthew Eppelsheimer</a> · <a href=\"https://profiles.wordpress.org/matthiaspabst/\">Matthias Pabst</a> · <a href=\"https://profiles.wordpress.org/matthiasreinholz/\">Matthias Reinholz</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maximej/\">Maxime J.</a> · <a href=\"https://profiles.wordpress.org/maximemeganck/\">Maxime Meganck</a> · <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a> · <a href=\"https://profiles.wordpress.org/maythamalsudany/\">maythamalsudany</a> · <a href=\"https://profiles.wordpress.org/mayuge/\">Mayuge</a> · <a href=\"https://profiles.wordpress.org/mcliwanow/\">mcliwanow</a> · <a href=\"https://profiles.wordpress.org/rakibwordpress/\">Md Rakib Hossain</a> · <a href=\"https://profiles.wordpress.org/russel07/\">Md. Russel Hussain</a> · <a href=\"https://profiles.wordpress.org/mdrago/\">mdrago</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a> · <a href=\"https://profiles.wordpress.org/merkys/\">Merkys Maliukevičius</a> · <a href=\"https://profiles.wordpress.org/meysamnorouzi/\">meysam norouzi</a> · <a href=\"https://profiles.wordpress.org/mfgmicha/\">Micha Krapp</a> · <a href=\"https://profiles.wordpress.org/michaelbourne/\">Michael Bourne</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mihaidumitrascu/\">Mihai Dumitrascu</a> · <a href=\"https://profiles.wordpress.org/mihai2u/\">Mike Crantea</a> · <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a> · <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikemanzo/\">mikemanzo</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/mlajo/\">Mladen</a> · <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a> · <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrobit/\">mrobit</a> · <a href=\"https://profiles.wordpress.org/msolution/\">msolution</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/wparslan/\">Muhammad Arslan</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mmaumio/\">Muntasir Mahmud</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/mvraghavan/\">mvraghavan</a> · <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">n8finch</a> · <a href=\"https://profiles.wordpress.org/tushar284/\">Nahid Hasan</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/nateallen/\">Nate Allen</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a> · <a href=\"https://profiles.wordpress.org/neffff/\">neffff</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/nikkigagency/\">nikkigagency</a> · <a href=\"https://profiles.wordpress.org/im_niloy/\">Niloy</a> · <a href=\"https://profiles.wordpress.org/ninos-ego/\">Ninos</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/noplanman/\">noplanman</a> · <a href=\"https://profiles.wordpress.org/nouarah/\">nouarah</a> · <a href=\"https://profiles.wordpress.org/numidwasnotavailable/\">NumidWasNotAvailable</a> · <a href=\"https://profiles.wordpress.org/nunomorgadinho/\">Nuno Morgadinho</a> · <a href=\"https://profiles.wordpress.org/zikubd/\">Nurul Umbhiya</a> · <a href=\"https://profiles.wordpress.org/nvartolomei/\">nvartolomei</a> · <a href=\"https://profiles.wordpress.org/obayedmamur/\">Obayed Mamur</a> · <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/oliverstapelfeldt/\">Oliver Stapelfeldt</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/oneearth27/\">oneearth27</a> · <a href=\"https://profiles.wordpress.org/onnimonni/\">Onni Hakala</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/p_enrique/\">p_enrique</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/poliuk/\">Pablo Postigo</a> · <a href=\"https://profiles.wordpress.org/pablohoney/\">PabloHoney</a> · <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/xparham/\">Parham Ghaffarian</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/patrickgroot/\">Patrick Groot</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/paulohcruz/\">Paulo Cruz</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/pavelschoffer/\">pavelschoffer</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/strategio/\">Pierre Sylvestre</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/pratiweb/\">Pratiksha</a> · <a href=\"https://profiles.wordpress.org/nikeo/\">presscustomizr</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyomukul/\">Priyo Mukul</a> · <a href=\"https://profiles.wordpress.org/prokium/\">prokium</a> · <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a> · <a href=\"https://profiles.wordpress.org/raduiason/\">raduiason</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/tan007/\">Rahi Prajapati</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajeshraval786/\">Rajesh Raval</a> · <a href=\"https://profiles.wordpress.org/ralucastn/\">ralucastn</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/randhirexpresstech/\">Randhir Kumar Jha</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/rcanepa/\">rcanepa</a> · <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a> · <a href=\"https://profiles.wordpress.org/renegeuze/\">renegeuze</a> · <a href=\"https://profiles.wordpress.org/laboiteare/\">Reuhno</a> · <a href=\"https://profiles.wordpress.org/rflw/\">rflw</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a> · <a href=\"https://profiles.wordpress.org/rinkychowdhury9/\">Rinky Chowdhury</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/rkaiser0324/\">rkaiser0324</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">robertght</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robmiller/\">robmiller</a> · <a href=\"https://profiles.wordpress.org/rodrigosevero/\">rodrigosevero</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/rollybueno/\">rollybueno</a> · <a href=\"https://profiles.wordpress.org/rherault/\">Romain Herault</a> · <a href=\"https://profiles.wordpress.org/romulodl/\">romulodl</a> · <a href=\"https://profiles.wordpress.org/ross_ritchey/\">ross_ritchey</a> · <a href=\"https://profiles.wordpress.org/lev0/\">Roy</a> · <a href=\"https://profiles.wordpress.org/geekstreetwp/\">Russell Aaron</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/ryanmurphy/\">Ryan Murphy</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">Sérgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbirmc/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/saggre/\">Sakri Koskimies</a> · <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sandipmondal/\">Sandip Mondal - a11n</a> · <a href=\"https://profiles.wordpress.org/sandrasanzdev/\">Sandra Sanz</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/isaumya/\">Saumya Majumder</a> · <a href=\"https://profiles.wordpress.org/xconsau/\">Saurabh Sharma</a> · <a href=\"https://profiles.wordpress.org/scofennellgmailcom/\">Scott Fennell</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/gmagicscott/\">Scott Lesovic</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/monolithon/\">seieric</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seedsca/\">Sergio Scabuzzo</a> · <a href=\"https://profiles.wordpress.org/seriouslysenpai/\">seriouslysenpai</a> · <a href=\"https://profiles.wordpress.org/sethta/\">Seth Alling</a> · <a href=\"https://profiles.wordpress.org/shanjidah/\">shangidah afroz</a> · <a href=\"https://profiles.wordpress.org/enchiridion/\">Shannon Little</a> · <a href=\"https://profiles.wordpress.org/sharjeelkhanvmi/\">Sharjeel Khan</a> · <a href=\"https://profiles.wordpress.org/shoaibkarimali/\">Shoaib Ali</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/shuvo586/\">shuvo586</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirzooro/\">sirzooro</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/slobodanmanic/\">Slobodan Manic</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/sobatkras/\">sobatkras</a> · <a href=\"https://profiles.wordpress.org/khromov/\">Stanislav Khromov</a> · <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a> · <a href=\"https://profiles.wordpress.org/ste_95/\">Stefano</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/camwynsp/\">Stephen Page</a> · <a href=\"https://profiles.wordpress.org/sterlo/\">Sterling Hamilton</a> · <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a> · <a href=\"https://profiles.wordpress.org/steveo2000/\">steveo2000</a> · <a href=\"https://profiles.wordpress.org/studiolxv/\">studiolxv</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/system909/\">system909</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a> · <a href=\"https://profiles.wordpress.org/taskotr/\">Taras Dashkevych</a> · <a href=\"https://profiles.wordpress.org/targz/\">targz</a> · <a href=\"https://profiles.wordpress.org/tlovett1/\">Taylor Lovett</a> · <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a> · <a href=\"https://profiles.wordpress.org/tbember/\">tbember</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a> · <a href=\"https://profiles.wordpress.org/edent/\">Terence Eden</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a> · <a href=\"https://profiles.wordpress.org/thijso/\">Thijs</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/hyperbrand/\">Thorsten Schraut</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/baxbridge/\">Tiffany Bridge</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmooredev/\">Titus Moore</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdv/\">Tom de Visser</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/tj692/\">Tom Janssen</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomepajk/\">tomepajk</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a> · <a href=\"https://profiles.wordpress.org/tonylocalword/\">tony.localword</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a> · <a href=\"https://profiles.wordpress.org/wpsmith/\">Travis Smith</a> · <a href=\"https://profiles.wordpress.org/tremidkhar/\">Tremi Dkhar</a> · <a href=\"https://profiles.wordpress.org/trevorpfromsandee/\">TrevorPolischuk</a> · <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/turtlepod/\">turtlepod</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utsavmadaan823/\">utsavmadaan823</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/evildon/\">varma</a> · <a href=\"https://profiles.wordpress.org/vasartam/\">vasartam</a> · <a href=\"https://profiles.wordpress.org/vdankbaar/\">vdankbaar</a> · <a href=\"https://profiles.wordpress.org/velochicdunord/\">Velochicdunord</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/vikasprogrammer/\">vikasprogrammer</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/elten/\">wang</a> · <a href=\"https://profiles.wordpress.org/webbeetle/\">webbeetle</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/whissi/\">Whissi</a> · <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/withinboredom/\">withinboredom</a> · <a href=\"https://profiles.wordpress.org/woji29911/\">woji29911</a> · <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a> · <a href=\"https://profiles.wordpress.org/yannielsen/\">Yan Knudtskov</a> · <a href=\"https://profiles.wordpress.org/collet/\">Yann</a> · <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a> · <a href=\"https://profiles.wordpress.org/byohann6/\">Yohann Billard</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zaerl/\">zaerl</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/ziposc/\">ziposc</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a> · <a href=\"https://profiles.wordpress.org/shenyanzhi/\">沈唁</a></p><br /></code></pre>\n\n\n\n<p>WordPress 6.1 would not have been possible without the contributions of more than 800 people in over 60 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p>By release day, 71 locales had translated 90-percent or more of WordPress 6.1 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in over 200 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission & You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for 6.1</h2>\n\n\n\n<p>Another release,<br />Mark it down as completed.<br />Breathe, relax, and cheers!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>This announcement was updated on Tue Nov 8 at 9:00 p.m. UTC to clarify some features in 6.1.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Nov 2022 18:38: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";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:33;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Do The Woo Community: Around the Woo Builder Community\";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:28:\"https://dothewoo.io/?p=73400\";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:53:\"https://dothewoo.io/around-the-woo-builder-community/\";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:389:\"<p>Discovering what people are doing and thinking in the WooCommerce Builder Community and what you can learn from their insights.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/around-the-woo-builder-community/\">Around the Woo Builder Community</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Nov 2022 10:03: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:34;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: New Missing Menu Items Plugin Adds Site Building Links to WordPress Admin\";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:30:\"https://wptavern.com/?p=139048\";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:94:\"https://wptavern.com/new-missing-menu-items-plugin-adds-site-building-links-to-wordpress-admin\";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:2904:\"<p>If you are going all in on building sites with the new full-site editing (FSE) experience, then you may have noticed a lack of menu items that will deliver you directly to the tools you need to use. </p>\n\n\n\n<p>It may be because the Site Editor is still in beta, or because WordPress leadership may still be <a href=\"https://wptavern.com/wordpress-contributors-consider-renaming-full-site-editing\">discussing whether to rename FSE</a>. Perhaps it’s better that users don’t blindly stumble into FSE templates from the main admin menu, but some of these site building features are buried away with no quick access. </p>\n\n\n\n<p>For example, you are three clicks deep before arriving at Template Parts. Managing reusable blocks is also a tucked away on a separate screen that can be accessed through the post editor but sends you to a new page. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">If you\'re using the block editor, and reusable blocks<br /><br />Do yourself a favor cut and paste this at the end of your website: <br /><br />/wp-admin/edit.php?post_type=wp_block<br /><br />Then bookmark it.</p>— Ben LayerWP & WPDeals.email (@benswrite) <a href=\"https://twitter.com/benswrite/status/1585257042406957058?ref_src=twsrc%5Etfw\">October 26, 2022</a></blockquote>\n</div>\n\n\n\n<p>When LayerWP founder Ben Townsend brought attention to this in a tweet, Roy Sivan responded with a link to a new free plugin that creates quicker access to these menus.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/missing-menu-items/\">Missing Menu Items</a> expands the admin menu with links to reusable blocks, navigation menus, templates, and template parts, so they are all one click away. It adds them to the Appearance menu under the Editor (beta) link:</p>\n\n\n\n<img />\n\n\n\n<p>If you are regularly working with Reusable blocks or editing navigation and templates, this plugin will save you some time and help you zip around the editor faster. </p>\n\n\n\n<img />\n\n\n\n<p>Missing Menu Items was made by <a href=\"https://easilyamusedinc.com/\">Easily Amused</a>, the creators of <a href=\"https://blockstyles.com/\">Block Styles</a>, a commercial plugin that lets users further customize core blocks with unique styles and boasts “fully responsive block-level design control.” The team will be adding more useful menu links and admin improvements in future releases. Users can <a href=\"https://blockstyles.com/contact/\">contact</a> the development team with menu item requests and they will consider them. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/missing-menu-items\">Missing Menu Items</a> is available on WordPress.org. Direct support is available for those who have purchased a <a href=\"https://blockstyles.com/\">BlockStyles</a> membership, and community support can be found in the plugin’s forums on the directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Nov 2022 03:15:57 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:35;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.org blog: People of WordPress: Raghavendra Satish Peri\";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:35:\"https://wordpress.org/news/?p=13705\";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:79:\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\";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:12327:\"<p><strong>This month, in the run up to WordPress Accessibility Day, we feature Raghavendra Satish Peri, a blogger turned digital entrepreneur based in India, who specializes</strong> <strong>in web accessibility and digital marketing</strong>.</p>\n\n\n\n<p><strong>The People of WordPress series shares inspiring stories of how people’s lives can change for the better through WordPress and its global network of contributors.</strong></p>\n\n\n\n<img width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=1014%2C627&ssl=1\" alt=\"Raghavendra speaking at a Blogger event, 2015.\" class=\"wp-image-13701\" />Raghavendra speaking at a blogger event, 2015\n\n\n\n<h2>Expressing myself through WordPress</h2>\n\n\n\n<p>Raghavendra Satish Peri says WordPress is more than a way to succeed online. It’s a community that has always answered his questions and helped him learn, and has enabled his voice to be heard across the world.</p>\n\n\n\n<p>These are motivating benefits for Raghavendra, who has a vision impairment that introduces challenges to many of the things he wants to do. The WordPress community has helped him make some of his dreams come true. After chatting with others at WordPress events, about his wish to go trekking and running, he found he was later contacted by people in the community went with him to do just that.</p>\n\n\n\n<img width=\"534\" height=\"748\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?resize=534%2C748&ssl=1\" alt=\"Raghavendra training for a marathon in 2013.\" class=\"wp-image-13702\" />Raghavendra training for a marathon in 2013\n\n\n\n<p>He also found WordPress events a way to raise the importance of accessibility issues, share tips, and connect local communities so they can collaborate on items both within and outside WordPress.</p>\n\n\n\n<h2>Life growing up with an enabling family</h2>\n\n\n\n<p>A key asset for Raghavendra has been the support of his family as he coped with his progressive blindness. His sister took charge of teaching him important social and life skills, so he could navigate his country’s rigorous education system.</p>\n\n\n\n<p>Those were the early days of technology everywhere, and nobody much was thinking about using it in education and day-to-day life.</p>\n\n\n\n<p>When Raghavendra got his first computer, in 2004, it was a revelation. His sister taught him to use the internet efficiently, and he taught himself a few basics of programming. Soon he was spending 10 to 12 hours a day exploring the online world and learning about the web.</p>\n\n\n\n<h2>Discovering WordPress and blogging</h2>\n\n\n\n<p>In 2006, he learned basic web design and began to sell website templates. His growing interest in search engines and content led him to WordPress. As the years progressed, his eyesight deteriorated. He had to relearn his skills and acquire new ones to compensate. When he could no longer see the computer screen, he learnt to use screen readers. </p>\n\n\n\n<p>At that point there was a gap: he had the same business skills, but he couldn’t apply them as effectively until he got comfortable with using screen readers. </p>\n\n\n\n<img width=\"800\" height=\"534\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=800%2C534&ssl=1\" alt=\"Raghavendra speaking at an event in Bangalore, India in 2014. Photo Credit: Two Feet To Fly - fLaShBuLbZz Photography\" class=\"wp-image-13790\" />Raghavendra speaking at an event in Bengalaru, India in 2014\n\n\n\n<p>To help achieve that, Raghavendra moved to Bengalaru, where he got a full education in screen-reader technology and took a job as a consultant in digital accessibility.</p>\n\n\n\n<p>He recalls learning from that time that, in his words: “Some things are important, but one needs to let them go so that more important things can take the new space.”</p>\n\n\n\n<p>During his stay in Bengaluru, he stumbled on the idea of blogging and audiobooks. On his 23rd birthday, he had two firsts: registering a domain and publishing a blog post. At first he wrote about things happening in his daily life, which initially got low responses. But when he started attending blogging and tech meetups, he received encouragement from fellow bloggers who complimented him on his writing style. </p>\n\n\n\n<p>Using WordPress to publish his story, Raghavendra found a love for writing and this made him want to learn and understand WordPress much better.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<h2>“Writing freed my mind and soul from the pain and sorrow; it takes a person into a Zen state where one can understand their soul once they see their own thoughts on paper.”</h2>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>There were still some ongoing challenges arising from his difficulties with seeing. For example, Raghavendra found coding was made more complicated. But he took it slowly, and he improved steadily. </p>\n\n\n\n<p>He started as many WordPressers do, installing themes and plugins, and making minor changes to the code. Ultimately, he moved all of his sites to WordPress, and as he learned more about WordPress, he could help his friends and family more with their projects.</p>\n\n\n\n<p>After just a few years, Raghavendra had the skills and the confidence to build just about anything in WordPress, progressing from simple to complex websites.</p>\n\n\n\n<p>Today Raghavendra is a successful entrepreneur. He sees his life as full of promise. WordPress still helps him grow every day, professionally and personally.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“There is always hope for tomorrow! Do not look for the light at the end of the tunnel, embrace the darkness, listen to the quietness, and feel the airflow. You will know that light is ahead even before you see it.” </p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<h2>Contribute to accessibility and WordPress</h2>\n\n\n\n<p>Another thing Raghavendra has in common with many WordPressers is his enthusiasm and involvement in the community. As he has learnt more about the software, he felt he needed to be involved with improving accessibility too. He started to help organize local meetups and conferences and encourages others to give time and skills to contribute too. </p>\n\n\n\n<img width=\"704\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?resize=704%2C500&ssl=1\" alt=\"2016, Raghavendra on stage speaking at WordCamp Mumbai\" class=\"wp-image-13699\" />2016, Raghavendra speaking at WordCamp Mumbai\n\n\n\n<p>He follows software development closely, especially where WordPress meets accessibility.</p>\n\n\n\n<p>In 2020, on learning about a global WordPress Accessibility event, he applied and became a speaker. His topic was <a href=\"https://youtu.be/bvgLjWCRfrQ\">Gutenberg Accessibility, A Screen Reader User’s Perspective</a>. His interest continued as a result of this event, and he wanted to be part of growing its audience and impact, initially through joining its dedicated channel on Slack. Eventually, he joined the organizing team for future events.</p>\n\n\n\n<p>Helping run WordPress events brought together all of Raghavendra’s existing skills. It taught him a lot about what it takes to make an event truly inclusive, from captions and sign language to media players and more. </p>\n\n\n\n<p>As his involvement has grown, Raghavendra has found it has become easier to source and use resources that make events and presentations more accessible. But knows there’s always more that can be learnt in this area, and encourages others to use understanding from events like the Accessibility Days in their conferences.</p>\n\n\n\n<p>Join the global WordPress Accessibility Day 2022 online on November 2-3, 2022. It’s <a href=\"https://wpaccessibility.day/\">free to register</a>!</p>\n\n\n\n<a href=\"https://wpaccessibility.day/\" target=\"_blank\" rel=\"noreferrer noopener\"><img width=\"568\" height=\"173\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?resize=568%2C173&ssl=1\" alt=\"WordPress Accessibility Day 2022 logo in purple and turquoise\" class=\"wp-image-13783\" /></a>\n\n\n\n<h2><br />Sharing learning on accessibility can be a motivator </h2>\n\n\n\n<p>In 2021, Raghavendra underwent his most challenging event to date, when he had a kidney transplant. To motivate himself, he started a website that focuses on accessibility and inclusive design. This prompted him to start an accessibility community to help fill the gaps in accessibility knowledge. Today, it is one of India’s largest online accessibility communities, educating developers and designers and training people with disabilities to build a career in accessibility testing.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=680%2C790&ssl=1\" alt=\"Portrait photo of Raghavendra post his organ transplant, 2021.\" class=\"wp-image-13698\" width=\"680\" height=\"790\" />Raghavendra after his organ transplant in 2021\n\n\n\n<p>Raghavendra is also a keen user of the WordPress Gutenberg editor and builds all his websites using it. Though content creation and editing can still pose him difficulties, he finds the front end of the Gutenberg blocks very accessible. He believes in participating in the software to make it a better experience for all.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“I decided to live my life to the fullest and make my mark on the world. This thought keeps me motivated.”</p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>After a successful transplant, he lives a disciplined life with a few restrictions. He continues to enjoy working in-depth in disability, accessibility, and inclusion spaces. Raghavendra hopes others will join with him and the thousands of other people who collaborate to make a difference.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<p>Thank you to Raghavendra Satish Peri (<a href=\"https://profiles.wordpress.org/tarkham/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tarkham</a>) for sharing his experiences for this latest edition.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>) for interviews and writing this feature, to Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), and Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>) for reviews.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";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, 31 Oct 2022 19: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";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:36;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"BuddyPress: BuddyPress 10.6.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=326961\";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:69:\"https://buddypress.org/2022/10/buddypress-10-6-0-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:766:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.10.6.0.zip\">BuddyPress 10.6.0</a> is a new maintenance release fixing 1 ugly bug with themes using block templates although there are not Block Based themes. For details on the change, please read the <a href=\"https://codex.buddypress.org/releases/version-10-6-0/\">10.6.0 release notes</a>.</p>\n\n\n\n<p>Many thanks to the users who quickly reported this issue into our previous <a href=\"https://buddypress.org/support/topic/buddypress-10-5-0-maintenance-release/\">maintenance release forum topic</a>.</p>\n\n\n\n<p>Update to BuddyPress 10.6.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading it from the WordPress.org plugin repository</a>.</p>\";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, 31 Oct 2022 17:23:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";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:37;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Do The Woo Community: Twitter. Will I Go or Will I Stay?\";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:28:\"https://dothewoo.io/?p=73393\";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:53:\"https://dothewoo.io/twitter-will-i-go-or-will-i-stay/\";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:382:\"<p>In the last day or two I have seen a bit more people closing their Twitter accounts. What about Do the Woo on Twitter.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/twitter-will-i-go-or-will-i-stay/\">Twitter. Will I Go or Will I Stay?</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";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, 31 Oct 2022 14:59:45 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:38;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WordPress.org blog: WP Briefing: Episode 42: Something Spooky This Way Comes\";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:53:\"https://wordpress.org/news/?post_type=podcast&p=13666\";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:78:\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\";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:12472:\"<p>In the forty-second episode of the WordPress Briefing podcast, Josepha Haden Chomphosy reads a WordPress Halloween story completed by contributor-submitted Mad Libs. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br />Music: Spooky edit by <a href=\"https://goodnightnobody.space/\">Timothy Volpert</a><br />Mad Lib Contributors: <a href=\"https://profiles.wordpress.org/juanlucha/\">Juan Lucha</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/aetherunbound/\">Madison Swain-Bowden</a>, <a href=\"https://profiles.wordpress.org/kgagne/\">Ken Gagne</a>, <a href=\"https://profiles.wordpress.org/juliarosia/\">Julia Golomb</a>, <a href=\"https://profiles.wordpress.org/kawserz/\">kawserz</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Sé Reed</a>, <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a>, <a href=\"https://www.linkedin.com/in/cleamahoney/\">Clea Mahoney</a></p>\n\n\n\n<h2>Download Mad Libs:</h2>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-bbc1dbb2-b633-4e46-b53b-4440a449cac4\" href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\">WP-Briefing-Halloween-Mad-Libs</a><a href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\" class=\"wp-block-file__button wp-element-button\">Download</a></div>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/6-1/\">Important Note: WordPress 6.1 is released tomorrow!</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/10/20/multisite-registration-and-activation-pages-have-new-html-and-css/\" target=\"_blank\">Multisite registration and activation pages have new HTML and CSS</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/mobile/2022/10/18/call-for-testing-wordpress-for-android-21-0/\" target=\"_blank\">Call for Testing: WordPress for Android 21.0</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\" target=\"_blank\">New design for HelpHub in WordPress.org</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\" target=\"_blank\">WordPress.org Redesign Update</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/test/2022/10/15/fse-program-guiding-the-gutenberg-gallery-summary/\" target=\"_blank\">FSE Program Guiding the Gutenberg Gallery Summary</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13666\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Howdy, Halloween nerds! And welcome to the WordPress Briefing, a podcast where I’m normally very serious, but today is Halloween! And gosh, do I love a chance to celebrate. So today, the most serious thing I have is this WordPress themed Halloween Madlib for you. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:43] </strong></p>\n\n\n\n<p>I was so excited to learn that WordCamp would be on Halloween this year, and now it’s finally here. After a full day of workshops and mingling, I am exhausted. But I’ve got just enough time to return to the hotel and prepare for the after party. It’s a themed costume event organized by the Docs team, and I cannot wait.</p>\n\n\n\n<p>Walking into my room, I give a big yawn and realize just how tired I am. The bed is looking extra comfortable right now. Surely a little nap wouldn’t hurt, right? As soon as my head hits the pillow, I’m out like a light, but almost immediately, my eyes snap back open, a flash of lightning lights up the room, and I hear rain pouring down outside.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:23] </strong></p>\n\n\n\n<p>After another flash, the lights in the room start to flicker. That’s strange, I think to myself, but I have an after party to get to. There must have been a power surge because when I look back at the clock, it’s reset and flashing 12:00 am. I check my phone, but it’s dead too. I’m not quite sure how long I’ve been sleeping, so I don’t know if I have enough time to change into my full Ninja Turtles costume.</p>\n\n\n\n<p>I just put the mask on and head down to the lobby to meet my WordPress friends. When the elevator dings open in the lobby, it’s completely empty. No concierge, no hotel staff, and no WordPress friends. That’s weird. The lights also seem dimmer. And, are those urgent Trac tickets on the lobby lounge chairs?</p>\n\n\n\n<p>I’m wondering where everybody is, but I keep walking toward the convention hall. A shadow suddenly moves in the corner of my eye, and I spin around but only see my own face reflecting in a hallway mirror. Hmm, that’s odd. I notice that the cute Ninja Turtle mask looks a little less cute somehow. The eyes are angry red, and the teeth are now sharp-looking fangs.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:33] </strong></p>\n\n\n\n<p>Before I can take off the mask for a closer look, I see another shadow move in the corner of the mirror. When I turn around this time, I see the faint outline of a person. It looks familiar. Could that be Matt Mullenweg? Darn it. They disappear into the convention hall before I can even call out, ‘howdy!’ And so I break into a jog to follow after them.</p>\n\n\n\n<p>Walking into the hall, I can hear the musical stylings of WordPress Jazzer Duke Ellington playing on a gramophone. I bob my head to the music, super relieved to see the room full of WordPressers dressed up and dancing. I head over to some of the folks from my Make team to chat, but oddly, they won’t stop dancing. They’re smiling and dancing and cheering each other on.</p>\n\n\n\n<p>Some of them are even doing the electric slide. It’s actually kind of impressive, but it’s still a little strange that no one will stop dancing to talk to me. Actually, now that I think about it, none of the party goers seem to be noticing me at all. Wondering what’s going on, I start backing up toward the door.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:32] </strong></p>\n\n\n\n<p>I jump a little as it slams behind me with the loud sound of an old door creaking and the heavy click of a lock.</p>\n\n\n\n<p>That’s when I noticed the shadowy familiar figure again. This time they’re standing by an open door on the other side of the hall. They seem to be watching me. They lift a white gloved hand and motion for me to follow before disappearing through the door again.</p>\n\n\n\n<p>I run after the mysterious figure weaving between groups of dancing WordCamp goers. Could they be under a spell, I wonder while running past. I exit the convention space and enter a small hallway that seems to twist and turn. It feels a lot longer than I remember. I continue running through it and suddenly find myself back in the Contributor Day conference room.</p>\n\n\n\n<p>The shadow person is nowhere to be found, and as I walk around the contributor tables, I quickly notice that the exit back to the hotel has also disappeared. Okay, so this is getting really weird. My first thought is to get my Make team involved, but since they won’t stop dancing, I know I need to devise a different plan.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:34] </strong></p>\n\n\n\n<p>That’s when I noticed the big glass box at the center of the room. I am almost certain it wasn’t there during Contributor Day. I approach the box cautiously. Inside I see a shiny silver goblet of gently fizzing WordPress blue liquid, possibly blueberry flavored if I had to guess. Attached to the goblet stem is a ribbon with a note in EB Garamond that reads: Merge Me.</p>\n\n\n\n<p>At first, I chuckle at the poor attempt at a GitHub joke until I spot another note scrolled on the glass in black marker. It says, </p>\n\n\n\n<p><em>Bubble, bubble, toil, and trouble;</em><br /><em>Find your escape route on the double; </em><br /><em>Bring back the community and one thing more; </em><br /><em>Merge the elixir with your core. </em></p>\n\n\n\n<p>As I’m trying to decode the odd poem’s meaning, a flash of lightning lurches across the room, and a clap of thunder follows behind.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24] </strong></p>\n\n\n\n<p>I shield my eyes before looking up to find that I am no longer alone. It’s the shadowy figure again, except in the light of this room, I can finally see that it’s not anyone familiar. It is a lumpy-looking being, and it’s wearing a witch costume. The costume-clad figure looks very unsteady on its feet like it might fall over.</p>\n\n\n\n<p>And just as I’m about to ask if they’re all right, the person suddenly topples over into a heap of robes and broomsticks. I can see spots of yellow fur and a few pairs of fuzzy ears. Aha! There was a wisdom of Wapuus under that witchy costume. </p>\n\n\n\n<p>They blink cutely at me for a moment and then quickly scurry into a surprisingly organized line. I watch, totally confused, as the line of Wapuus starts moving methodically back toward the convention hall. They take three steps, and then they turn to the side, take another three steps, and then turn to the other side.</p>\n\n\n\n<p>The last Wapuu in the line turns to look at me and motions with its tiny paw to follow. That’s when the words on the glass box finally click. I have to bring the community back. All the dancing WordPressers need to return to the contributor tables to break the spell. The Wapuus have started a conga line to help lead the way.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:35] </strong></p>\n\n\n\n<p>So, off I go. Following the tiny conga line through the twisting hallway and into the convention hall. As I’m dancing behind the Wapuus, I’m happy to see all my fellow WordCamp attendees falling into step behind me. My steadily growing conga line is weaving its way through the hall, picking up WordPressers, wearing mouse costumes, and Frankensteins and penguin costumes, and that’s when the Wapuus changed their course, leading us back through the twisting hallway and into the Contributor Day conference room.</p>\n\n\n\n<p>With the first part of the riddle solved, I’m glad to see that everyone has finally stopped dancing. Some folks are happy to sit down and get off their feet. Others are wondering how they ended up back in the contributor room. My Make team waves at me from across the room. I noticed there’s still no exit, but the glass box has disappeared. With the goblet free, there’s just one thing left for me to do.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:27] </strong></p>\n\n\n\n<p>I rush toward it, dodging Wapuus and a pile of kicked-off shoes. Except that the closer I think I’m getting to the goblet, the further away it feels. I run faster, weaving through people and tables, and just when I feel close enough to reach out for the goblet, I trip over a live-streaming cable, and I wake up in my hotel room.</p>\n\n\n\n<p>Sitting up quickly, I realize it was all just a very strange dream. Outside, the sun is setting in a clear sky with no storm in sight. I try to shake it off. I change into my Ninja Turtles costume, ready to do my best Monster Mash at the after party with all of my WordPress friends. As I walk out of the hotel room, I pause for a quick costume check in the mirror.</p>\n\n\n\n<p>Before heading downstairs, I take a quick glance at the digital clock on the nightstand to see the time. Huh, that’s odd. Next to the digital clock sits a fuzzy plush Wapuu wearing a witch costume. That wasn’t there before, was it? And if I didn’t know any better, I almost think I see it wink. </p>\";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, 31 Oct 2022 12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";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:39;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Gutenberg Times: Gutenberg Changelog #75 – Gutenberg 14.4, Upcoming WordPress 6.1 Release, What’s Next for 6.2\";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:53:\"https://gutenbergtimes.com/?post_type=podcast&p=22603\";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:123:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-75-gutenberg-14-4-upcoming-wordpress-6-1-release-whats-next-for-6-2/\";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:59653:\"<p>Anne McCarthy and Birgit Pauli-Haack discuss Gutenberg 14.4 WordPress 6.1 release and what’s next for WordPress 6.2.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2><strong>Anne McCarthy </strong></h2>\n\n\n\n<ul>\n<li><a href=\"https://profiles.wordpress.org/annezazu/\">WordPress Profile</a> @annezazu</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">FSE Outreach Program</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/\">WordPress Test team</a></li>\n</ul>\n\n\n\n<h2>Community Contributions</h2>\n\n\n\n<ul>\n<li><a href=\"https://artemiosans.com/2022/10/20/introducing-the-gutenberg-interactive-fiction-engine/comment-page-1/\">Introduced Gutenberg Interactive Fiction Engine</a> by Artemio Morales</li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-1/\">What art can you create with WordPress 6.1?</a> The Museum of Block Art is looking for submissions using WordPress 6.1 and the evolving design tools available.</li>\n</ul>\n\n\n\n<h2>WordPress 6.1 </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">WordPress 6.1 Release Candidate 5 (RC5) Now Available for Testing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/25/wordpress-6-1-release-day-process/\">WordPress 6.1 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a></li>\n\n\n\n<li>Dev note WordPress 6.1: <a href=\"https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/\">Extending the Query Loop block</a></li>\n</ul>\n\n\n\n<h2>Gutenberg 14.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">What’s new in Gutenberg 14.4? (26 October)</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-14-4-introduces-distraction-free-mode-redesigns-pattern-inserter\">Gutenberg 14.4 Introduces Distraction-Free Mode, Redesigns Pattern Inserter</a> </li>\n</ul>\n\n\n\n<h2>Learn WordPress and other educational sources</h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/introduction-to-block-development-build-your-first-custom-block/\">Introduction to Block Development: Build your first custom block</a>.</li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/using-the-wordpress-data-layer/\">Using the WordPress data layer</a></li>\n\n\n\n<li>2-part Series: how to build a <a href=\"https://www.youtube.com/watch?v=3zJyjYIykQ4&list=PL6D-mnq0bpxMMSoVEiCdos86T7NUO8GoQ\">custom WordPress block that supportsAdvanced Custom Fields</a> by Ryan Welcher</li>\n\n\n\n<li>Video: <a href=\"https://www.youtube.com/watch?v=iCF5lssk_oY\">Distraction-free mode: my new favorite way to write with the block editor</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/explanations/architecture/styles/#styles-in-the-block-editor\">Styles in the block editor</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/extending-the-query-loop-block/\">Extending the Query Loop block</a></li>\n</ul>\n\n\n\n<h2>What’s Next for 6.2?</h2>\n\n\n\n<ul>\n<li>GitHub Tracking Issue: <a href=\"https://github.com/WordPress/gutenberg/issues/33094\">Phase 2: Customization</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-contributors-explore-a-new-browse-mode-for-navigating-the-site-editor\">Gutenberg Contributors Explore a New Browse Mode for Navigating the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2022/10/26/hallway-hangout-discussion-on-wrapping-phase-2-26-oct/\">Hallway Hangout: Discussion on wrapping Phase 2 (26 Oct)</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 75th episode of the Gutenberg Changelog podcast. In today’s episode, we will talk about Gutenberg 14.4.0, upcoming WordPress 6.1 release, and what’s next for 6.2, and so much more. I’m Birgit Pauli-Haack, curator at the Gutenberg Times, contributor to the WordPress core team and documentation team, and WordPress developer advocate. And I’m here with Anne McCarthy, WordPress product liaison for WordPress open source project and triage co-lead for WordPress 6.1 release team. Good afternoon, Anne. How are you doing today? How are you doing?</p>\n\n\n\n<p><em>Anne McCarthy</em>: I’m doing great. I’ve had extra coffee today and I’m very excited to talk about everything you have on your list. There’s a lot of fun and complex things happening that really help move WordPress in a solid direction. So we have a lot to cover.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it’s going to be a great show, because it also needs to get everybody listeners kind of over the withdrawal that you will have. Yesterday, I looked at the calendar and realized that we will be on a November break almost for the Gutenberg Changelog. Work, travel, and holiday schedule is all going to interfere with our regular programming here. So I’m glad that Anne is here as my resident expert on all things WordPress 6.2 and we can talk a little bit about the future.</p>\n\n\n\n<h3><strong>Community Contributions</strong></h3>\n\n\n\n<p>But first we have community contributions, and I found a blog post by Artemio Morales who calls himself an electronic literature creator, and he has introduced us to his Gutenberg interactive fiction engine. So what’s interactive fiction? It’s software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives either in the form of interactive narratives or interactive narration, that so far Wikipedia.</p>\n\n\n\n<p>When using Artemio’s demo, all you see at the start is an image with some text and then three different links to continue that story. And depending on which link you click on, the story continues differently. So there are two paths. You go into the forest and then you come on two paths, one goes further deeper into the forest. Guess what happens now? Or you go down to the town and see how many people you see there. And these are the choices, and that’s how the story continues. Of course the creator part is coming up with all those different options and Gutenberg and the plugin that Artemio created helps you with putting the stories together. It’s really an interesting concept. And so he had some ideas on what you could do with it, and then you can choose your own adventure YouTube series for instance, or interactive comics or audio stories with branching pass, marketing or educational content, or even multimedia posts incorporating elements from all the above. So it was also interesting for me to read about the history of interactive fiction. So yeah, check it out. We will have the links in the show notes, of course.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, I think it’s such a neat thing that he’s working on and one of the things that I actually follow up with him whenever I saw that post too, because I run a side project along with a few other community members called the Museum of Block Art, where we create art with the WordPress block editor. And when he was describing and looking at the different interactive elements, I was like, man, you could really, the whole intent of the website right now is to have it be a virtual museum, and what would it look like to actually use this functionality on the Block Museum Site since it’s meant to be pushing the edges of WordPress and thinking really creatively. What would it look like if the experience of the museum itself was also pushing the limits of it? And it’s already using site editing and all this sort of stuff. But this would really, I think, take it to another creative element and make it a very, very meta kind of way, even more cutting edge. And so I’m hopeful that we can maybe get some functionality on there and demo it with the block museum as part of the efforts here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That’s an interesting idea. You kind of have different walks through the museums.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It’s going to be really interesting. Yeah, I also could see that that maybe even be a story that is interactive narrative. Yeah, that’s a fiction and that’s posted as an art exhibit on it.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So a writer can put something. Well, there is the November challenge of the National Writing Association or so coming up. Maybe that’s something to look into it. Yeah. And you mentioned the Block Museum, we had just on the Gutenberg Times, you published a submission to the virtual museum of block art using tools and features for WordPress 6.0. What exactly are you looking for? </p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, so this actually ties in nicely with all of this. So part of one of the ideas for the walkthrough and interactive element is when thinking about going through a museum, one of the things that I love is you’re kind of walking through and you see how based on periods of time, especially in a museum with a lot of, maybe not necessarily modern art but more historical art, you see how the tooling changes and access to paper unlocks the ability to do this, or access to different materials becoming more accessible, suddenly everyone’s using a certain color or whatever it is, or they know depth perception. I think there’s some interesting elements there. And so one of the ideas that I’m trying to work on right now is thinking about the Block Museum over a longer period of time. So what was available when WordPress 5.9 versus let’s say WordPress 6.9, ideally the tooling and what’s possible for the creation of art evolves, and I think it’d be so neat to have release-based art exhibits.</p>\n\n\n\n<p>So I just set up the site super quick, because it’s WordPress using just a couple cray loop blocks, which is really cool. So there’s different exhibits. So there’s a 5.9 exhibit, a 6.0 exhibit, and now I want to have a 6.1, especially since so many design tools are coming to WordPress 6.1. There’s kind of an explosion of them, and I’m very keen to see what that unlocks in terms of art and the submission there. So I’m just looking for anything you want to create with WordPress 6.1. It can be before the release if you want to test stuff. I know the release is around the corner, and it can be anytime after leading up to 6.2. I just think it’s going to be a really, this release in particular, feels like it’s going to unlock a lot of creativity and I think it’ll be neat to visually show that at the museum.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I think so too. And I’m really looking forward to what’s coming to the workers, to the museum as submissions because now with the be it the border control or be it the background or the gradients and all that, there are a lot of options to apply art, apply color, apply different forms and shapes that you can build with it. And there are some great examples already in the museum. So if you are not so creative and want to see what other people do, head on over to the blockmuseum.com. Is it a block-museum?</p>\n\n\n\n<p><em>Anne McCarthy</em>: Block-museum. I always forget sometimes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So these are the two community contributions today talking about art. I’m really excited about that because all of a sudden it’s away from making money or away from, oh I need to get my blog post posted and making products or something like that. Yeah, I’m really excited that we talk about it together. So what was released is the next section and…</p>\n\n\n\n<h3><strong>What’s Released</strong></h3>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, let’s dive into that. So WordPress 6.1 release candidate four is actually now available for testing. This was not published on our WordPress news site. Just kind of sometimes with release cycles there’s some additional RCs released candidates that are released right before just to make sure different high-priority bugs are addressed, but they’re not as necessarily major. So in this case I think two things were fixed. So you may not see it on WordPress news but know that it has happened and there’s now an RC4. So release squad is working super hard and behind the scenes to get final pieces in place and ready for the dry run. And then the final release is scheduled as a reminder for November 1st. And then Hector shared details about the release day process and earlier post if you’re a nerd like me and to know what actually happens.</p>\n\n\n\n<p>And if you listen to this episode over the weekend before the release, it would be amazing if you could take some time to test 6.1. Brian Alexander, who is the, I think, test team lead and also the test lead for this release has instructions that make this really easy to follow. That will be in the show notes for helping test the different features of 6.1 and truly pick and choose whatever grabs your interest because it all helps. And I’ll do a special plug for any more developer focused folks, it would be great to test the typography as well as using block to put parts in a classic theme. And if you want to go even further, there’s a lot of stuff with filters for extending theme JSON and all sorts of things in the field guide. But I’m particularly keyed up around some of the developer features right now and getting feedback, even if it’s just like maybe you don’t find a bug but you find a way that would be more useful for you in the future. It’d be great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And then definitely it holds through for the testing part theme and plugin developers, please, please, please see that your products still working for WordPress 6.1. Most of you are already doing that, but there’s always one out, maybe not. So I just urge you to start that.</p>\n\n\n\n<p>And with that, we are coming to the Gutenberg plugin release. It’s 14.4.0 and I’m pointing that out because, well this week first time release lead JuanMa Garrido pushed the plugin over the finish line and Michael Burridge contributor on core documentation. He pointed out that Johannes Gutenberg invented the printing press in 1440. That’s 1-4-4-0. So just a little tidbit there. I like these coincidences.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I love that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Come together. Yeah. Mind you, it took about 144 plugin releases to come to this point. So that’s also a good number.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Wild, to think about. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And before I forget, Michael Burridge is also the main creator of the newly released course on Learn the WordPress it’s called Introduction to Block Development: Build Your First Custom Block. And if you are a developer and found block post about getting started with block development not deep enough or too basic, you are invited to step to do the step-by-step tutorial on building a real life example of a block for the editor, from setting up your development environment, using create block scaffolding, that’s your official tool, to testing your first iteration of the block and also do some debugging. And as you work through the project, you will add configuration options that enable the user of your block to customize the look and feel of it and to the liking in match maybe a style guide. So this is a great course to get started with, and even if you have bits and pieces already in place, I learned a lot from it when I was going through this. So it’s definitely a worth looking through it.</p>\n\n\n\n<p><em>Anne McCarthy</em>: It’s so cool to see that course out there. I think it’s going to be huge for so many people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I think within the first week, 40, 50 people already took it and three were already through it. So it definitely fills a need there. But I got us totally sidetracked and I could even go more sidetrack, because there’s a second course in the Learn site that could be, that’s an advanced course. It’s about using the data layer of Gutenberg for others than the editors. So you can use it for your plugin settings pages or something like that. So how far off astray could we go with that?</p>\n\n\n\n<h3><strong>Enhancements</strong></h3>\n\n\n\n<p>All right, let’s get back. So in the enhancements, there were two things that are developer related and I’m just pointing them out, because they might be important. One is the service side render has now a new attribute that skips the block support attribute. So there’s a little bug in the service side render when it’s pulled into the block editor admin feature, it duplicates the CSS. This fixes it, but it also adds another attribute to it. And this service side render function, or package actually, is used by 620 plugins. So I’m giving it a shout out here right away when it actually makes it in a good move plugin. So plugin developers can test it even already before it makes it into 6.2 or something like that. It’s a small change for most of them, but they might tap into that before that.</p>\n\n\n\n<p>And then the second part is that the great block scaffolding we just talked about that’s used in the course allows now custom keys to be generated for the block JSON file and the package station file. So the use case that kind of triggered that was that a feature that a developer wanted to use the ACF plugin for the custom fields and use the official scaffolding tool to create a block for it. But they needed to do a lot of manual adjustments for the right keys.</p>\n\n\n\n<p>And so that kind of got the developers working on it. And now with the variant flag and the no plugin flag that will come in that already available, and there is a dev note out there talking about that by Ryan Welcher. You now can use also the custom key to actually build ACF blocks with the official scaffolding block. And Ryan Welcher also has a three-part series on how to build custom WordPress block that supports advanced custom fields on YouTube. So that gets us another sidetrack here a little bit, but even if you don’t use advanced custom field plugin in part one, Ryan also walks you through how to retrieve and update post metadata while the block editor using the use entity prop hook and also shows you how to modify it so you can use it in the query loop block. And the field will then also display on archive pages. Yeah, if you want to start with create Block, now is a good time to learn more about it. And even if you don’t use ACF, the first video of this series will definitely be of interest for you.</p>\n\n\n\n<p><em>Anne McCarthy</em>: There’s so much awesome work has been done around upgrading all these tooling to make it easier for people to get started. And Ryan’s does a great job of training these things and making it really accessible. So yeah, also if folks have ideas for what they want to see more, I know Ryan’s always open to suggestions there, too. So yeah, I hope folks dig in, because there’s a lot of good stuff there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Big props also to Grzegorz Ziolkowski and also Damon Cook who’s a developer advocate at WP Engine. They both also commenting on it and also pushing this release over the finish line or the PR and figuring out what the architectural approach would be. So yeah, good way for the tooling. Yay.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, very cool. Next up, we have a couple different items that are all in the kind of block libraries, so expanding what’s possible, or in one case restricting what’s possible to start the list block, which has recently been split apart so that you can actually have nested blocks within it and have inner block control. And what’s neat about this is typography controls are now added to the list block. So now that you have that support in place and that each list item is an individual block, you can actually customize the list so that maybe the first item’s bigger than the third item, or you have different coloring or you can do all sorts if you control each individual list item on its own and then add in topography controls, it really opens up some neat options for displaying your content. I already have a post that I’m actually working on, then I’m like, “Oh, I needed this.”</p>\n\n\n\n<p>So I’m very excited to see it out here. I actually didn’t see it was being worked on until this release. So it’s another part of the larger effort to address and expand design tooling consistency, which is a really huge part of running the outreach program. Comes up a lot where it’s like, why can I do this in one block and not this in the other block? And it kind of marries the best of both worlds where it’s taking advantage of the list block being revamped to use inner blocks and including these tools. So I’m very excited to see that. I don’t know. Birgit, you write a lot of posts, too. Do you have anything that you’re keen to use with that?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. I can see that each list item can have a different font. Yeah. Or there’s some nice cool font that you can now add to your blog post even if you have a very neutral typography normally. So these things stand out and then yeah. But I like it.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I think it’s cool. The next thing we have is block locking and adding to related to block locking. It adds content blocking to the navigation block, meaning the inability to edit the contents of the block. And if you’ll remember right now, currently for most blocks, you actually can only lock the ability to remove the block or lock down the ability to move it. So to delete the block or to move it. And this adds content locking, which is eventually going to be expanded ideally to all blocks to the navigation block specifically, which kind of matches the functionality of the reusable block. So it’s kind of bringing this functionality that you see that you would expect elsewhere to a really powerful high impact part of the site. And I can see this being really useful, for example, if someone has a classic theme, they adopt a template part to have a header, and then they’re adding the navigation block in there for someone to manipulate.</p>\n\n\n\n<p>But let’s say you don’t want them to actually change the contents of it. You can actually use this new locking option as an admin to lock it down. So maybe an editor or can’t go in there and mess things up. So it’s just expanding that kind of support. And I think it’s a great call for folks who are site owners or agencies. It ties into larger efforts to offer more curation tools for the editor as well. And I’m really excited to see these experiments and to add specific blocking and very intentionally two different blocks to then get feedback about how that experience is before we roll it out elsewhere. So I think there’s going to be some good insights coming from that experience as well. So check that out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. Yeah, if you look at the bigger picture of that, it almost kind of gives you similar functionality to the reusable block, but you can narrow down the content blocking. So if you have patterns where you want, that the content is reused over multiple pages, you can put it in a template part and the content is also locked and then have the same call to action in the footer or in the header of things. Yeah. So it’s a really good. 6.1 has a few of the things already for image blocks and also group blocks I think. But now coming into the navigation block is really good as well.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, it’s great to see. Related to more tooling, the image block is now going to have a toolbar button to add a caption. So basically instead of it being something that to add and remove a caption, you’re able to just have it built into the block tool toolbar, which is a really easy way to see it at a glance. I’m very intrigued to see how this lands and what feedback comes up from it. I could see it being really useful. I wonder if people are going to be able to discover it pretty easily, because the icons, I think it’s a little bit like a couple dots at the bottom of a square. So I’m curious to see what feedback we have and what that looks like. But ultimately it should help people find the settings they expect in a readily accessible area. Yeah, and I know, Birgit, you were telling me before we started recording that if you add a caption in the media library and then you insert an image that it’ll appear automatically when you hit the add caption as well in the toolbar. </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It’ll automatically appear when you add the image to it to their canvas, then it shows the caption. But you can of course remove it, but when it’s empty you get the button up there. So you’re right, discoverability might be an issue there because it’s not always there. It’s only there when you need it, but sometimes you don’t know things that you need it if you don’t see them. Yeah. </p>\n\n\n\n<p><em>Anne McCarthy</em>: Yes. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But what I really like is that it’s now one of the efforts to make the editor look like the front end. And the image right now has always a little space on below for the add caption feature. And if you don’t do it just has a little more space there, and it doesn’t show you the front end. It’s not the same as you would see on the front end. So that’s why I think people worked on it and now we need to figure out what’s the best approach on the button and the tool.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Agreed. Very. Especially as some of the work involves around adding a captions element too, I think it’s exciting to see all this sort of stuff being wedded together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And when they manage how that works, the image caption, then once the feedback is in and there’s an iteration out there, that will be added to audio and video and also to table because for whatever reason tables have a caption.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I don’t know that historical reason behind that. I know that is interesting. Yeah, this is again one of those things where I think it’s neat where we have functionality we might want to roll out more broadly and instead it’s done in steps and kind of integrating from there. So I think there’s some good stuff that can come from that.</p>\n\n\n\n<p>Switching gears a little bit, this is kind of headed into the block intersection, and I am stoked about this feature. I have to admit that I was following this PR. So it’s introducing distraction free mode, and I was following this PR,, I was looking at it and I looked at it months ago and I’ve been laser focused on 6.1. So I hadn’t looked at in a while. I hadn’t used it in a while. And I was writing a post for this week and I was testing it out, and I was absolutely blown away by this feature.</p>\n\n\n\n<p>So it really strips down the editor to the bare basics where the block toolbar is gone, the top toolbar also disappears, you can bring it back on hover, and it’s a mode you can toggle on and off. So I just think I’m going to be using this constantly going forward, because I write in a fair amount just rambling on my personal site. And I am definitely one of those people who doesn’t use necessarily a lot of images or have very complex content. I really do just tend to write pretty basic posts with just words and just let it fly. And it felt so nice to be in that editor experience where you’re not necessarily seeing all the plus signs everywhere. You’re not needing the block tool bar, you don’t need the quick inserter at all times. You don’t need the top toolbar visible.</p>\n\n\n\n<p>I’m hardly using block settings. And instead you can kind of just free your mind up to focus on writing. And I did a quick video because I was so excited. I mean this was literally 11 o’clock at night and I was like, I couldn’t stop thinking about how good it felt. And I don’t have that very often with technology. I’m pretty critical with technology. So whenever I have that kind of feeling, I just put together a very quick, I think it’s less than two minute, video showing the distraction of free mode. And so genuinely this is something that I’m very excited about and I’m also so deep in the site editing world that I think it’s really important we pause and think about the core writing experience. So this is one of those improvements that I think a lot of folks will be excited about and saying that they can explore. It’s also very new. So feedback is very much needed and bugs will be found and we will iterate as open source does. But yeah, I could ran about this for probably a full hour. I don’t know if you’re getting…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I’m there right with you. Yeah, the distraction free mode is certainly something that I was looking into quite early when the Gutenberg editor came into WordPress, and I know that I tested and I wrote about it, the plugin that Rich Tabor and his teammate Jeffery Carandang put together, it’s called Iceberg. And that was a plugin that you could put on your site and then have distraction free writing, and it almost felt like a typewriter if you had the right fonts to it. And it really helped. I really loved it. And somewhere in the Gutenberg Times is certainly another is a review of it. But now it comes to core, and I’m really excited about it. I think the feature is driven by, of course we all put our opinions in there, but it is driven by Andrei Drananescu and I had a conversation with him, I said, “Well, we could even remove more.” And so I would go back to the classic editor without the toolbar, but I can see how that quite a few writers will actually embrace it and use it just as their editing experience and they go back to just writing and don’t have to be bothered up paragraphs or blocks or anything of that. Yeah, yeah. I’m excited to learn what other people think about it, and I hope they’ll write about it, and let us know.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Especially before there’s a welcome feature. I think that’s the only concern. I saw there’s some follow up, there’s some accessibility stuff and then there’s also, wait, we need to actually tell people what this feature is. Because it’s a jarring different when you turn, because you’re like, wait ,where did everything go?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Is it broken?</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, Yeah. It’s like wait, all my tooling went away. But I think once we get some of those requirements in place, it’ll be rocking and rolling.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah, absolutely. And what’s also made it into this release is the redesign of the main pattern inserter. And the difference is that the categories show up and you click on the inserter and then use the pattern tab. What you see is only the categories of the patterns. And then when you click on the category, you see a preview of the patterns that are in there. And that is kind of comes also from some of the feedback that we got for patterns. So it’s kind of cool to see how that works. I find that inserter be a little bit too crowded when the patterns are actually kind of underneath the category and then I don’t see all the categories and all that. So it’s a nicer experience I feel about it.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Especially when thinking about scaling up the patterns and all the work that’s being done there. I think that’ll be a huge improvement to the experience of finding and managing all the different patterns that are now baked into a lot of themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The next item is just a shout out for that the embed blog has now a variation to support the Tumbler dashboard URLs and of course with Tumbler also coming to use the Gutenberg block editor, it’s definitely good to have an embed block that can link out to other Tumbler blogs. The next one is toggle the navigation menu sidebar. And that’s an interesting development or iteration on the navigation block with using the sidebar to actually display the menus that you know from the classic menu editing, now you have a little bit more space to look at the menus and select them. Before it was a little bit cramped just in the navigation block interface. It’s a little bit, has more air to breathe. So check it out and see what to think about it. Have you tried it out, Anne?</p>\n\n\n\n<p><em>Anne McCarthy</em>: No, not yet. I truly have been so deep in 6.1 stuff, and I have tested some of the new UX management generally with the navigation stuff, but this is different. So yeah, I’m excited to test this out. It’s probably of one of the things I’m paying attention to for the outreach program, because once 6.1 ends, we can dig into the next call for testing.</p>\n\n\n\n<h3><strong>Documentation</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right, right. Yeah. And then you have in the documentation settings, there are always changes that come with the release, but those changes are actually available on the block editor handbook right when they’re merged kind of 15 minutes later. But it’s good to have them in the release. There are two things that I wanted to do a shout out. One is the document, the current state of the layout block support. It explains in the architecture section and the style sections, how those block supports are supposed to work that come with 6.1. There’s also a dev note available in the field guide, but that has much more detail in it. And of course our show will share the links in the show note. And also for the extending the query loop block, that is a feature that comes with 6.1 as well. And a lot of people are waiting for that, especially plugin developers and agency developers because they deal with so many custom post types now they can control what the query loop is using as a query or the data that it’s using. So that’s published in the block editor handbook as well as have a developer note available in the field types. I’m really excited about that extension possibilities for the query block.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, I’m also. It’s amazing to have that documentation in place so promptly. I know we’ve struggled with that in the past. And so again, as always, there’s stuff that you’re missing that you want to see, especially with career loop stuff. As you mentioned, agencies plugin offers and they really need that there. And I know it’s a big one that folks have extended the Gray Loop block from Core. And so the hope is rather than needing to fully extend a lot of stuff, you can just use a variation and have what you need baked in core without having to do a lot of maintenance. So please check that out, give us feedback, let’s make it as useful as possible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it’s really important to kind of see what Core does in a once in a while, even if you have used or develop for the block for the last five years, because some of the things you can take off your plate that you don’t have to maintain it. it’s standardized and the Gutenberg developers and core contributors will maintain it for you, and you only need to look at your variations for that. So yeah, there are quite a few things coming, and I think it’s the time now that once the foundation and the developers know how everything kind of will work together with site editor, with a post block, and also with the theme, there was a lot of moving parts that needed to be together and come together before any extension would be feasible or extension features or hooks and filters would be feasible to put in. And now I think it’s the time where everybody’s kind of thinking about how can we standardize extending the block editor. All right. Yeah. Are we at the end? I think we are.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I think we are.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: At the end of the Changelog for the Gutenberg 14.4.0, and now on the eve of 6.1 release, the developers have already started to look at the next version and what can an updated tracking for various features that are too common. So you have been knee deep, if not year deep, into all the work and what are the highlights that you see coming to 6.2?</p>\n\n\n\n<h3><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, I know I keep getting the numbers wrong, which is just hilarious. Yeah, it is so exciting to see what’s going on. I really feel like there’s a lot of momentum particularly I want to call out attention to the title. The issue is Phase Two Customization. I’m pretty sure the number is Gutenberg number for the GitHub repo is a 33094 in case you’re a nerd and want to dig into it. But a lot of work has been done basically even before, way before 6.1 was out the door once there was feature freeze to say okay, what are we doing next and what can we do to actually thoroughly wrap up this phase two work where there’s a stable foundation, we can begin exploring phase three and what are the main tasks to do. And so there is that main issue that I mentioned that’s going to be updated on a regular basis going forward.</p>\n\n\n\n<p>So a lot of work has been done to pull together the phase two customization issue that will be updated basically going forward until it’s closed. So I like to call it out. I know it’s tough to keep on top of GitHub and everything like that, but every once in a while there are issues that, especially overview issues if you look at the label for overview, that really gather efforts and if you want to pay attention at a high level and be a bit more involved and necessarily just paying attention to the next WordPress release, this is one of those. And there are numerous tasks, I’m going to give a snapshot, which is what I did yesterday in our hallway hangout of just kind of the main task where things are just because I think it’s interesting. Work has been completed on two tasks.</p>\n\n\n\n<p>Dev work is underway on nine, we’re in the design stage for three tasks, meaning we still need to finish finalizing some design. Dev has been assigned but hasn’t yet started the work on three tasks as well. Work is stuck on one thing that I’m following up on, and there were three originally and got that down to one. And then work is stuck. I know to track this down. Work is stuck either due to a problem, like developers aren’t sure to move forward or design and development are going back and forth, or there’s been a time lapse of 14 plus days. That’s how I defined it is basically has there been a lull in activity, and there are 11 of those that are in that state. And so part of the work right now in the next week or so is to get that 11 number way down, get work going, get involved there. If you’re interested in contributing to the project, this would be a great way to get involved.</p>\n\n\n\n<p>Lots of folks are gathering around this and as you mentioned at the top, there are a couple that I want to specifically call out of things that I think will be bigger than others to solve. So one is introducing a browse mode. And we keep using the word mode, which I think is misleading for browse mode actually. I think it’s more about redefining the experience of navigating in the site editor. So both in terms of when you enter the site editor, what do you see, what’s the first thing you see, and right now you’re brought into whatever is powering your homepage, and you’re placed basically into a template. And imagine instead you’re being brought into, still maybe your homepage, but the sidebar is automatically open so you can see how to navigate between things, see templates, see your styles interface. It would be in the same sidebar as this other stuff rather than shoved into the right hand side, which unless using right to left languages.</p>\n\n\n\n<p>But I currently find that information architecture to be pretty confusing. The browse mode work is both about redefining the information architecture and allowing you to actually navigate between different parts of your site that you’re editing with more ease. Right now it’s pretty like you have to leave this, and enter this, and all that sort of stuff and this would allow kind of more fluidity and also potentially in time, part of what’s being done is bring back actual content editing in terms of posts and pages to the site editor experience and creating more pathways between all the different editors from the template editor, to the post editor, to the site editor, all that sort of stuff. So how can we bring this together to a cohesive experience and present it in a way that allows folks to navigate where they need and edit what they need in a way that actually is a bit more intuitive. So I’m very excited to call that out, and I don’t know if you have anything to add around that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I’m totally excited about it, because I really hate going from the site editor to the post editor and have to go back, back, back and then kind of come in again and it looks like the same editor, but it’s a little bit different, and the tools are a little bit different. So I like that this browse mode or whatever you want to call it, will kind of unify the experience. And I know from the outreach program’s call for testings that there’s always a little bit confusion on are we editing now a page, or a post, or is the template of a page of a post? I think there’s quite some confusion around that, and it probably won’t go away because it’s such a technical distinction that the visual distinction is fairly close to nothing. So you can get lost in those two editing modes. So bringing it together at least in one section where you’re just going to switch off, okay, I’m browsing now. I’m looking at everything and then now I click and I’m somewhere, and then I click the edit button and then go back.</p>\n\n\n\n<p>It’s almost like the customizer when you were using that to do some updates on the homepage with site title or changing where you also see where the places are, what you’re editing in the front end view. And I think there are quite a few hurdles to overcome with that, but I think it will make it class better than it is now with the two modes there.</p>\n\n\n\n<p>I don’t know if the two modes will really go away. You always can probably edit the templates, but it’s definitely, it will help with the confusion.</p>\n\n\n\n<p><em>Anne McCarthy</em>: And I think even being able to see that you have a separate section for content versus templates, I think alone will be helpful. I think that’s part of what’s adding to the confusion. So I’m also very keen to test this. This is one of the top items I have in my mind for the full sighting outreach program. I always have a running list of things that I pay attention to. You would not believe my GitHub notifications, but this is one of the items that I’ve really been waiting for and wanting to see what we can do to get early feedback on. Because I do think it’s going to be a game changer, but with anything you implement, there’s going to be new problems and new confusion that arises in trade offs. So knowing what those trade offs are, and then making sure we’re able to push people where most of the time they’re able to get it right. That’s always the aim.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right, right.</p>\n\n\n\n<p>Anne McCarthy: So yeah, that’s a big one to call out in that experience.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And we’ll share the issue number is 36667 just in case you want to rush to the computer and look it up. But I also see that the issue itself is almost a year old, so I’m also thinking that that was was on hold to kind of finish some of the site editor functionality before you can think about what would need to be in the browse mode displayed or how would it interact with the existing stuff. So I’m glad that there is some patience there with waiting on things before it’s released too soon or worked on it too soon when other things are not stable yet. So I really like it. I’m looking forward to it and see what other people talk about it. Yeah. What else?</p>\n\n\n\n<p><em>Anne McCarthy</em>: Ditto. Yeah, so the navigation block I have to call out and that is a big… I think we kind of do a disservice and we just talk about the navigation block, because it’s really how do you manage navigation for the entire site and the navigation experience for the entire site. And the block is one piece of that, and it connects to so much. And so there’s a lot of work from looking at, I was talking to Yellen this morning who’s a designer who works for Automattic, we’ve saw a lot of work with the navigation block around what if instead of directly manipulating the navigation block, you actually manipulate it in the block settings so you could actually drag and drop, and it was kind of more familiar to the old menu experience. What would that look like? And part of the work here is everything from that kind of stuff to how can you allow folks to have more control over the responsiveness of a navigation block item.</p>\n\n\n\n<p>And so there’s also some technical underpinnings around using different fallbacks and making sure there’s more fallbacks in place for when you’re switching from a classic theme to a block theme and making that as out of the box intuitive as possible. Currently there’s a really annoying convert to links thing that’s very confusing and not user friendly and very technical in some of the fallback situations. So there’s so much work to be done there. And I just want to call that out as something that I know a lot of people bring up as a major pain point. It’s something I hear about constantly. Did you know the navigation block is not easy to use? </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Some people have other words for it, and I totally agree. Yes,</p>\n\n\n\n<p><em>Anne McCarthy</em>: I know. And it’s very interesting because I think there’s a split between both people who just want one navigation menu and it’s very simple and very contained. And then on the flip side, there’s people who want to create a mega menu. So I hear feedback about all sorts of things and I promise there are people working really hard to get it right. That’s another thing we’ll also be testing pretty extensively. And so I had to call that out. Another whole area of work as part of this wrapping up, phase two is around patterns. And so I like to quote Miguel, who is another coworker who said something like, “Up until this point, it was like…” I’m going to get this wrong, I’m going to butcher it. But he said something around, up until this point, it was all about blocks and now going forward so much is going to be about patterns, because that’s the way to really harness the power of blocks.</p>\n\n\n\n<p>And so a lot of stuff needs to be done around pattern categorization. We talked about the pattern inserter redesign and how that helps things be more scalable. But right now for example, there’s a category of patterns called query. What on earth does that mean? Especially what is that? And especially when that’s probably going to be the most commonly used pattern because the query block is an advanced tool. So why patterns should fill that gap and should make it really easy to do the basics of displaying posts. But people may not actually look into the query pattern, because that is more technical. So we need to do everything from revamping the categories to finishing up bundling the headers and footers so people regardless of theme, have easy access to those patterns. And reevaluating even how we show patterns from a theme versus patterns from the pattern directory and integration with the pattern directory as well. So there’s a lot of work to be done there across on numerous different things to really bring the power patterns fully into the experience. So that’s a huge, huge area of work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But I think we pushed this quite far already with the multiple ways pattern can actually make it into the site, be it the pattern directory, be it with a theme. You can also put it in a plugin and say, yeah, I don’t know. And it’s so easy to bring something to a website that is already predesigned and then kind of feels like native to your own site when it kind of follows the theme. And I think that’s a strong suit from the panel directory that when you add them to your site, it kind of seamlessly. And I think there’s still some work to be done there, but seamlessly was with your colors, with your theme settings that it kind of picks up on that. That would be really cool. But for that you definitely would need more standardization on color palettes and font sizes and these kind of things.</p>\n\n\n\n<p>So I think it will always be mainly theme-driven, the pattern part. And that’s why I like that you can see the pattern now in the theme directory of the block themes. And also for classic themes if a classic theme has balance. Yeah, they also will show up in the block theme in the theme directory and yeah, I don’t know if we talked about it.</p>\n\n\n\n<p><em>Anne McCarthy</em>: That’s very cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We talked about it. Yeah. I’m just worrying, the speaking about the theme directory, what you also see now in the theme directory is the style variations. And when you click the style, they are now displayed underneath the screenshot. And when you click on that, the screenshot actually changed into the color setting. So it’s a really neat system that the meta team came up with. So try this out. It’s the first iteration, so it might not work for all themes, it definitely works for block themes that have style variations. And if you know that a theme has style variations, but they don’t show, please let the meta team know so they can fix whatever keeps the style of variations to show. It’s another kind of tangent. Sorry about that.</p>\n\n\n\n<p><em>Anne McCarthy</em>: No no, it’s a great tangent, because I think it’s really important. It’s part of how can we show the power of the next generation of themes and actually bring that into the theme directory? Because that is a weird piece of this is evolving the theme directory as well. And it’s saying a lot of blocking authors have given feedback around as well as, hey, we’re doing all this work, this theme is so much more complex, it can do all these sorts of things, but it’s not reflected in the theme directory. So how can we bring that in?</p>\n\n\n\n<p>So I think it’s a really cool, which actually relates to the final thing I know we talked about, but retaining decoupling templates from themes and having templates be something that when you’re switching themes, you can actually retain them. And right now themes are tied to templates, so when you’re switching around, they’re basically “lost” or you can switch back to the theme and get it, but you have to bring it with you manually.</p>\n\n\n\n<p>And that has been brought up for a long time. This has been raised as a flag. And I can imagine a future where you’re in the theme directory, a block name, and you still see those style variations, you see the patterns and then maybe you see the templates, and maybe you can pick and choose from each what you want to use. And so I think we’ve done some neat expirations around far into the future, blocking, switching and combining and merging and what that looks like. Obviously very futuristic almost, but we’re getting closer to that and that’s part of the work being done is improving the experience of switching from classic to block and then also in between blockings themselves. So yeah, lots of exciting stuff being done.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I like that we are now at the point where we kind of pivot from what we knew before, like template and themes and template parts. They’re all together, and now we are kind decouple them and make it user friendly, because you don’t want to put all the work into creating a template for your post or for your categories, and then you switch a theme and then you lose all that. So that’s definitely not what a user-friendly system would be, but it also adds a little bit, if not quite a big complexity to the system and to see what is what and where does it come from? Especially when you want to debug and you have to figure out where did the user get this pattern and where did the user get this template purge? And how is that same templates still there? Kind of. Yeah. So it’s going to be really interesting to see what happens next there.</p>\n\n\n\n<p>Well, thank you. Yeah, thank you so much for at least giving us a broad overview, and we will certainly share that phase two customization updated tracking issue and keep you up to date here on the Gutenberg Changelog. Yeah.</p>\n\n\n\n<p>So this brings us to the end of the show and this was a great way to talk about all of it. What’s in WordPress, what’s in Gutenberg, what’s in the view, what’s in art and in fiction. So is there anything that you want to give a shout out to that we haven’t talked about but it’s really close to your heart or that people should know?</p>\n\n\n\n<p><em>Anne McCarthy</em>: I have something cheesy to share, which is we’re coming up on two years of when the first call for testing for the outreach program started. And I had a hallway hangout yesterday with a group of, I think almost like 10 folks. And I missed people. I’ve been doing this for two years with people that around the world who I haven’t seen. And I just want to give a lot of props to the WordPress community for engaging with these things. And a lot of stuff has just been experimentation and figuring out what works and what doesn’t and people being vulnerable and sharing and showing up. And I just was filled with a lot of gratitude yesterday thinking about, remember the first hallway hang out I ran, I think two people came, and no one knew what it was and it didn’t seem very useful. And now people come and really give a lot of time and attention, and then I missed people. And that’s a really wonderful feeling. And at the end of the day, we’re doing this for each other and for the open internet. So yeah, that’s just a cheesy way to end, but it just was very much on my mind thinking about how much it really is a collective effort.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that’s an excellent way to end the show. Thank you so much.</p>\n\n\n\n<p><em>Anne McCarthy</em>: And thank you for all the stuff you do, too. The regular Gutenberg changelog podcasts are just excellent resources for people, so it’s an honor to be on here and have a chance to nerd out with someone else rather than alone in my apartment.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well thank you for, yeah, we have been working on this together for quite a while, and yeah, it’s always a pleasure to have you on the show, and thank you for spending time with me today and working us through that.</p>\n\n\n\n<p>And dear listeners, thank you so much also for listening to it. And if you want to write a review on iTunes or Stitcher or Podcaster or wherever we get it, and we would like to read it aloud here. So let other people know how you feel about the Changelog, it helps with the distribution. And as always, the show notes will be published on Gutenbergtimes.com/podcast. This is episode 75, and if you have questions or suggestions or news you want us to include the next time, send them to <a href=\"mailto:Changelog@gutenbergtimes.com\">Changelog@gutenbergtimes.com</a>. That’s <a href=\"mailto:Changelog@gutenbergtimes.com\">Changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>So thank you, dear listeners. Thanks again, Anne McCarthy, until the next time.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Thank you. Goodbye everyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Goodbye.</p>\";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:\"Sun, 30 Oct 2022 17:22:41 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";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:40;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"Gutenberg Times: Interactive Fiction tool, Introduction course for Block Development, WP Awards, Gutenberg 14.4 and so much more – Weekend Edition #234\";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:35:\"https://gutenbergtimes.com/?p=22461\";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:156:\"https://gutenbergtimes.com/interactive-fiction-tool-introduction-course-for-block-development-wp-awards-gutenberg-14-4-and-so-much-more-weekend-edition-234/\";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:28709:\"<p>Howdy, </p>\n\n\n\n<p>Did you miss your weekly Gutenberg fix? I had some great days off, no traveling, no projects, just my books, my house and hanging out with my husband. It was nice and quiet for a chance. So, well rested, I am here to accompany you into the last week of the WordPress 6.1 release cycle. The <a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">Release Candidate 5 is available</a> and you can read more about the <a href=\"https://make.wordpress.org/core/2022/10/25/wordpress-6-1-release-day-process/\">WordPress 6.1 Release Day Process</a>. </p>\n\n\n\n<p>The <strong><a href=\"https://thewpweekly.com/awards/\">WP Awards</a></strong> are open for voting until November 30. It’s the second year, <strong>Davinder Singh</strong> <strong>Kainth</strong>, publisher of the <a href=\"https://thewpweekly.com/\">WP Weekly newsletter</a>, created it as a way to bring the community together.</p>\n\n\n\n<p><em>Gutenberg Times</em> has been nominated under the category “WordPress Blogs” and the Gutenberg Changelog in the category, yep you guessed it, “WordPress Podcasts” both categories are further down the ballot sheet, number 18 and 19. </p>\n\n\n\n<p>Please consider voting, only, of course, if you find it worthwhile, and it stacks up against the competition 🙂 You can only vote once per email address. Needless to mention, the email address also subscribes you to the weekly newsletter, which is well-rounded and well researched. It’s a newsletter, I read every week, together with <a href=\"https://wpowls.co/\">WPOwls</a>, <a href=\"https://www.therepository.email/\">The Repository</a>, and <a href=\"https://poststatus.com/\">Post Status</a>. </p>\n\n\n\n<p>I would be grateful, if the Gutenberg Times and the Gutenberg Changelog received more than five votes this time around. 💕</p>\n\n\n\n<a href=\"https://thewpweekly.com/awards/\"><img src=\"https://i0.wp.com/user-images.githubusercontent.com/39980/196435038-d68f6757-b6e8-4fbc-a515-9945dbeb2238.png?resize=652%2C301&ssl=1\" alt=\"\" width=\"652\" height=\"301\" /></a>\n\n\n\n<p>Now, dive into the vastness of awesome content produced in the WordPress community about the block editor. The Time to read is 15 minutes, not counted the time it will take to follow all links. Don’t take it all at one, space it out over the next week 💡</p>\n\n\n\n<p>Have a fantastic weekend and to those who celebrate it:<br />Happy Halloween! 👻 🎃</p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-plugin-version-14-4\">Gutenberg plugin version 14.4 </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and content creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#7-p\">Photo from around the World</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Anne McCarthy </strong>shared with us the list of <a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\"><strong>writing flow enhancements</strong></a> of the Block Editor via the latest Gutenberg plugin releases. My two favorites are the Links automation with “[[” and the distraction-free writing mode. I also like how the updated Documents Settings space feels not less busy than before. </p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\"><img /></a>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2022/10/26/hallway-hangout-discussion-on-wrapping-phase-2-26-oct/\">Hallway Hangout: Discussion on wrapping Phase 2 (26 Oct)</a></p>\n\n\n\n<h3 id=\"1-gutenberg-plugin-version-14-4\">Gutenberg plugin version 14.4 </h3>\n\n\n\n<p>In his post <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">What’s new in Gutenberg 14.4? (26 October)</a>, first-time release lead, <strong><a href=\"https://twitter.com/juanmaguitar\">JuanMa Garrido</a></strong>, shared the fun fact that Johann Gutenberg invented the printing press in the year 1440. He highlighted the following from this plugin release: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/wp-admin/post.php?post=100516&action=edit#redesigned-the-main-pattern-inserter\">Explore easier navigation and larger previews of patterns in the Inserter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#introduced-distraction-free-mode\">Enjoy distraction free writing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#completed-fluid-typography-feature\">Control image captions from the block toolbar</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#added-content-locking-to-the-navigation-block\">Lock the ability to edit the navigation block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#Improved-Fluid-Typography\">Take advantage of improvements to Fluid Typography</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> also covered the release in her article <a href=\"https://wptavern.com/gutenberg-14-4-introduces-distraction-free-mode-redesigns-pattern-inserter\"><strong>Gutenberg 14.4 Introduces Distraction-Free Mode, Redesigns Pattern Inserter</strong></a>. She started with “<a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">Gutenberg 14.4</a> was released today with long-awaited support for distraction-free editing, to the delight of content editors around the world. It hides all non-essential UI and clears the canvas for a focus on text-based content creation.”</p>\n\n\n\n<p>It is a special delighted to have the brilliant <strong>Anne McCarthy</strong> as co-host on the Gutenberg Changelog podcast. We mentioned the Museum of Block Art, Interactive Fiction, Gutenberg 14.4 and what’s next for the Phase 2 of Gutenberg project. </p>\n\n\n\n<img />\n\n\n\n<p>The 75th episode will arrive at your favorite podcast app over the weekend. Oh BTW: Last week, Matt Mullenweg announced on his blog that the team of <a href=\"https://ma.tt/2022/10/open-source-podcasting-client/\">Pocket Casts</a> open-sourced the code for the iPhone and Android apps. You can <a href=\"https://pca.st/7O43\">subscribe to the Gutenberg Changelog podcast</a> via Pocket Casts </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-75-gutenberg-14-4-upcoming-wordpress-6-1-release-whats-next-for-6-2/\">Gutenberg Changelog #75 – Gutenberg 14.4, Upcoming WordPress 6.1 Release, What’s Next for 6.2</a> with special guest, Anne McCarthy, and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n \n <div class=\"ngl-articles-wrap ngl-articles-webview\">\n \n \n <div class=\"ngl-article-mobile\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-1/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/10/IMG_4949-scaled.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-labels\">gutenbergtimes.com</div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-1/\" target=\"_self\" rel=\"\"><span>What art can you create with WordPress 6.1?</span></a></div><div class=\"ngl-article-excerpt\">The Museum of Block Art is looking for submissions using WordPress 6.1 and the evolving design tools available. Create art (and perhaps find some bugs) ahead of the November 1st…</div><div class=\"ngl-article-date\">22 Oct 2022</div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n\n\n<h2 id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and content creators</h2>\n\n\n\n<p><strong>Anne McCarthy </strong>also shared their enthusiasm for <a href=\"https://www.youtube.com/watch?v=iCF5lssk_oY\"><strong>Distraction-free writing with you on YouTube</strong></a>. They wrote: “<em>It drastically reduces tooling options to allow you to focus in on your content. This is such a game changer for me that I quickly recorded this video the same day I explored it’s current iteration ahead of the next Gutenberg release! I hope any writers out there get excited too. Since this is an early feature as well, please explore and report back any feedback you have, so iterations can continue!</em>“</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding </strong>took a sneak peek at a new feature to come to the Block editor and summarized the discussion in this post: “<a href=\"https://wptavern.com/gutenberg-contributors-explore-a-new-browse-mode-for-navigating-the-site-editor\"><strong>Gutenberg Contributors Explore a New Browse Mode for Navigating the Site Editor</strong></a>“. Gooding wrote: “Although the project’s contributors have been referring to it as “browse mode,” it is essentially a redesign for the existing UI to make it more intuitive for users to navigate. Gutenberg may not need any more new “modes” but the site editor is in dire need design improvements that will unify the experience and make it less chaotic for getting around.” </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In earlier Gutenberg Times Weekend Editions, you already got the chance to see the beta version of this. Now it’s live in its first iteration. <strong>Sarah Gooding</strong> has the scoop for you. <a href=\"https://wptavern.com/wordpress-themes-directory-adds-style-variation-previews\"><strong>WordPress Themes Directory Adds Style Variation Previews</strong></a>. She reports: “<em>Meta team contributors are also working on adding the ability to filter the directory for themes with style variations. Dufresne proposed creating a new <code>style-variations</code> theme tag as the simplest route towards implementing this</em>.” You can learn more about this proposal from the <a href=\"https://meta.trac.wordpress.org/ticket/6545\">trac ticket: Add ability to filter for themes with style variations</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The Theme shop <strong><a href=\"https://twitter.com/olive_themes\">Olive Themes</a></strong> has been offering themes in the WordPress.org repository only for two months and just published their third block theme, <a href=\"https://wordpress.org/themes/arc-fse/\"><strong>Arc FSE.</strong></a> They describe it as <em>“Arc Fse is a free, multi-use block-based theme that adheres to the Full Site Editing features added in WordPress 5.9. As a result, you can alter every component of your site, including the colors, typography, and page layout, to meet your needs.” </em>The other two themes are <a href=\"https://wordpress.org/themes/medicity/\"><strong>Medcity</strong></a> and <a href=\"https://wordpress.org/themes/exo/\">Exo</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ana Segota</strong> of Anariel Design <a href=\"https://twitter.com/AnarielDesign/status/1583888671844884480\">announced</a> their new eCommerce Block Theme named <strong><a href=\"https://woocommerce.com/products/olorien/\">Olorien</a></strong> at the WooCommerce Marketplace. According to Segota, the theme is packed with ready-to-use block patterns and makes creating pages from scratch an easy drag-and-drop experience.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/artemiosans\">Artemio Morales</a></strong> calls himself an ‘Electronic Literature Creator’ and <strong><a href=\"https://artemiosans.com/2022/10/20/introducing-the-gutenberg-interactive-fiction-engine/comment-page-1/\">introduced the Gutenberg Interactive Fiction Engine</a></strong>, an early experiment. </p>\n\n\n\n<p>“Interactive fiction is software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives (..). “, I learn from <a href=\"https://en.wikipedia.org/wiki/Interactive_fiction\">Wikipedia.</a> </p>\n\n\n\n<p>When using the Morales’ <a href=\"https://artemiosans.com/2022/10/18/gutenberg-interactive-fiction-engine-test/\">demo</a>, the story starts with an image of a forest and text. Below you find three choices to continue the story: one leads you deeper into the forest, one guides you to the next clearing and the third has you headed for the town, each giving you a different continuation of the story. Then on the next station, you get to have a choice again. </p>\n\n\n\n<p>The journey, on which you can take your readers can be quite elaborate and doesn’t have to be all text. You can use any core block that’s available to you. The interface is still a bit rough, and if you want to try it out I recommend watching Morales’ video walk-through. </p>\n\n\n\n<p>Morales also lists a few use cases beyond the interactive story telling. </p>\n\n\n\n<ul>\n<li>“Choose your own adventure” YouTube stories</li>\n\n\n\n<li>Interactive comics</li>\n\n\n\n<li>Audio stories with branching paths</li>\n\n\n\n<li>Marketing and educational content</li>\n\n\n\n<li>Multimedia posts incorporating elements from all the above</li>\n</ul>\n\n\n\n<p>Morales ends his introduction with ideas how to improve the plugin and what other blocks might enhance the production of such an interactive fiction/non-fiction suite. </p>\n\n\n\n<p>The plugin <a href=\"https://github.com/artemiomorales/gutenberg-interactive-fiction-engine/releases/tag/v0.1.0\">Gutenberg Interactive Fiction Engine </a>is available for download on GitHub and the code is open-source for discovery and collaboration. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Are you trying to figure out how to use WordPress, the Block Editor and FSE to make your website? Long-time WordPress educator and early adopter of the block editor, <strong>Bud Kraus</strong> of <em>JoyofWP</em> will hold a paid two-day live class starting 11/8. The second part will take place on 11/15. Learn all the fundamentals of how to make a WordPress website in a hands-on live class. <a href=\"https://www.learndesk.us/live/6501910058106880/designing-your-wordpress-website-step-by-step\"><strong>Designing Your WordPress Website Step By Step</strong></a>.Use the discount code ‘Take10’ to get 10% discount. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/x3p0-powered-by/\"><strong>Justin Tadlock</strong></a> published a fun new single Block plugin called<a href=\"https://wordpress.org/plugins/x3p0-powered-by/\"> <strong>‘Powered by</strong>‘</a> in the plugin repository. It’s a block that generates a random “Powered by” messages. It is meant to replace the typical “Powered by Theme/WordPress” message in footers, but can be used anywhere. You have the choice of messages with or without emoji. The code is also <a href=\"https://github.com/x3p0-dev/x3p0-powered-by\">available on GitHub</a></p>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/mikemcalister\">Mike McAllister</a>,</strong> WP Engine and early adopter of the block editor, introduced <strong>OllieWP</strong>, “a hub for the next generation of WordPress”. with tutorial blog posts on design tools, full-site editing, patterns and more. The latest post covers <strong><a href=\"https://olliewp.com/global-styles-and-the-future-of-css-in-wordpress/\">Global styles and the future of CSS</a> </strong>and why this feature is a “complete game-changer”. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/marktimemedia\">Michelle Schlup</a></strong>‘s WordCamp US 2022 talk <a href=\"https://wordpress.tv/2022/10/28/the-future-of-themes-designing-for-the-block-editor-and-beyond/\"><strong>The future of themes: designing for the block editor and beyond</strong></a>. The description reads: “This talk works through the entire thinking process as it relates to theme design. It offers a thorough checklist of steps and tools for designing themes that support WordPress core functionality, custom templates and content, common plugins, and an array of standard and custom Gutenberg blocks.” </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <a href=\"https://wordpress.tv/2022/10/28/a-beginners-guide-to-the-wordpress-template-hierarchy/\"><strong>A beginner’s guide to the WordPress template hierarchy</strong></a>, <strong>Jonathan Bossenger</strong> covers how the template hierarchy works, and how it affects both classic and block themes.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p>In the WordPress TV video <a href=\"https://wordpress.tv/2022/10/28/lets-code-global-styles-variations-in-block-themes/\"><strong>Let’s code: global styles variations in block themes</strong></a> also by Jonathan Bossenger, you can follow along and learn how to create a new block theme, and add a few new Style variations to ship with the theme<strong>.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Last week, <strong>Daisy Olsen</strong> and <strong>Justin Tadlock</strong> held the <strong><a href=\"https://wordpress.tv/2022/10/21/hallway-hangout-block-theme-development-features-in-wordpress-6-1/\">Hallway hangout: block theme development features in WordPress 6.1</a></strong> – a casual chat about some Block Theme features that are planned to land in WordPress 6.1. This is the recording. </p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/michaelburridge\">Michael Burridge</a></strong> in collaboration with other contributors, published the course: <a href=\"https://learn.wordpress.org/course/introduction-to-block-development-build-your-first-custom-block/\"><strong>Introduction to Block Development: Build your first custom block</strong></a> to <em>Learn.WordPress</em>. You are invited to a step-by-step tutorial on building a real life example of a block for the editor, from setting up your development environment, using create-block scaffolding to testing your first iteration of the block. As you work through the project, you will add configuration options that enable the user to customize the look and feel of the block to their liking or to match a style guide.</p>\n\n\n\n<img />An example of the “newspaper columns” block that you will be developing in this course.\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> published a two-part series of live streams on <a href=\"https://www.youtube.com/watch?v=3zJyjYIykQ4&list=PL6D-mnq0bpxMMSoVEiCdos86T7NUO8GoQ\"><strong>Creating Custom WordPress block that supports Advanced Custom Fields</strong></a> (ACF) on YouTube </p>\n\n\n\n<p>Welcher starts developing a custom block that interacts with both, native custom post meta registered via code and with fields created using Advanced Custom Fields. He demos the use of <code>InspectorControls</code> and the use of the <code>useEntityProp</code> hook to retrieve data from the custom fields and to modify them through the block’s code. Welcher also shows you how to modify the custom block, so it can be used in a Query Loop block and have the value of the custom field be displayed on Archive pages.</p>\n\n\n\n<p>On a side note, <strong>Welcher</strong> also published the code snippets he has been using during his Twitch stream’s development projects on VS Code: <a href=\"https://marketplace.visualstudio.com/items?itemName=ryanwelcher.modern-wordpress-development-snippets\">Modern WordPress Developer Snippets</a>. If you use Visual Studio Code as your development tool, you can add them via <code>Code > Prefernces > Extensions</code></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella</a></strong> posted <a href=\"https://riad.blog/2022/10/17/secrets-of-gutenberg-the-keyboard-shortcuts-package/\"><strong>Secrets of Gutenberg: The keyboard shortcuts package</strong></a> and explains how to use the package with any ReactJS context at first. Further, into the post you also learn how to use the package in your WordPress plugin or Block plugin. If you want to contribute to Gutenberg code, you can use this package to solve a long-standing issue by yours truly and <a href=\"https://github.com/WordPress/gutenberg/issues/9723\">create a keyboard shortcut to open the “Edit HTML”</a> on a single block. 😉</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/maugelves\">Mauricio Gelves</a>, </strong>was a speaker at <a href=\"https://valencia.wordcamp.org/2022/\">WordCamp Valencia</a> last week. His talk’s title was also the title of his latest blog post <a href=\"https://humanmade.com/2022/10/18/1001-ways-to-implement-gutenberg-blocks/\"><strong>1001 ways to implement Gutenberg block</strong></a> for Human Made, where he shared the takeaways of his talk and links to learning more. I was specifically intrigued by the decision tree, that distinguished between three major ways to implement and customize the blocks: Editorial, with PHP and with JavaScript.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carlo Daniele</strong> released the course <a href=\"https://academy.kinsta.com/dashboard/course/custom-gutenberg-block-development-with-the-wordpress-block-editor/5/19\"><strong>Custom Gutenberg Block Development With the WordPress Block Editor</strong></a> on Kinsta Academy. You learn how to set-up your local development space, how to use the official Create-Block scaffolding tool, build your first block with adding controls to the Block Tools bar, the sidebar, and Block Styles. In the final lesson, Daniele covers how to use InnerBlocks, and other fine-tuning steps.</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress events</h2>\n\n\n\n<p>November 18, 2022<br /><strong><a href=\"https://www.wordfest.live/2022/november/\">WordFest Live Returns</a></strong> – the 24-hour Festival of WordPress</p>\n\n\n\n<p>February 17 – 19, 2023<br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia 2023</strong></a></p>\n\n\n\n<p>Contributors are gathering to organize <a href=\"https://germany.wordcamp.org/2023/\"><strong>WordCamp Germany</strong></a> next year in Munich, Germany. It’s so exciting to me, and I can hardly wait for a WordCamp in my hometown! <a href=\"https://germany.wordcamp.org/2023/\">Sign-up for notifications</a> when the organizers have more details. </p>\n\n\n\n<p class=\"has-light-background-background-color has-background has-large-font-size\"><a href=\"https://central.wordcamp.org/schedule/\"><strong>Have a look at the schedule of upcoming WordCamps</strong></a> to find one near you. </p>\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>October 31, 2022 – 4 pm EDT / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/288666280/\"><strong>Part 2: Re-Creating Block Designs</strong></a> w/ Wes Theron</p>\n\n\n\n<p>November 1, 2022 – 8:30 am EDT / 12:30 UTC <br />On Twitch, <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289395168/\">WordPress development live stream: Internationalization</a></strong></p>\n\n\n\n<p>November 3, 2022 – 10am EDT / 14:00 UTC <br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289395242/\">Internationalization in Block Themes</a> </strong>w/ Jonathan Bossenger</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 id=\"7-p\">Photo from around the World</h2>\n\n\n\n<p><em>With in-person meetup rebooting all over the world, I resumed sharing photos from Gutenberg talks at WordCamps today. </em></p>\n\n\n\n<p>In this <a href=\"https://twitter.com/jdmweb/status/1585993802355036167\">photo posted by Jeremy Desvaux on Twitter</a> shows, <a href=\"https://twitter.com/VinceDubroeucq\"><strong>Vincent Dubroeucq</strong></a>, author of the <a href=\"https://vincentdubroeucq.com/wpcookbook/\">WPCookBook</a> (in French), gives a live demo of Block Development at <a href=\"https://lyon.wordcamp.org/2022/\">WordCamp Lyon 2022</a> </p>\n\n\n\n<img />\n\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";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:\"Sat, 29 Oct 2022 19:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";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:41;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"BuddyPress: BP Rewrites 1.4.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=326911\";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:69:\"https://buddypress.org/2022/10/bp-rewrites-1-4-0-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2219:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/bp-rewrites.1.4.0.zip\">BP Rewrites 1.4.0</a>. This maintenance release fixes two bugs. For details on the changes, please read the <a href=\"https://github.com/buddypress/bp-rewrites/blob/trunk/CHANGELOG.md#140\">1.4.0 release notes</a>.</p>\n\n\n\n<p>Update to BP Rewrites 1.4.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/bp-rewrites/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Oh wait, what is the goal of this BuddyPress Add-on?</h2>\n\n\n\n<p>If you’re wondering, with BP Rewrites activated, you’ll get full control on any BuddyPress URLs! BuddyPress plugin developers are strongly encouraged to test it with their plugins and report potential issue on the <a href=\"https://wordpress.org/support/plugin/bp-rewrites/\">BP Rewrites’ support page</a>. The goal of this BuddyPress Add-on is to make sure we can safely merge it in BuddyPress Core to migrate our Legacy URL parser to the WordPress Rewrites API. Thanks in advance to all plugin developers or BP Rewrites pioneers for their contributions: once BuddyPress will have performed this migration, life will be easier for everyone:</p>\n\n\n\n<ul>\n<li>Your community site users will be able to enjoy more meaningful URLs,</li>\n\n\n\n<li>BuddyPress Theme authors will stop having headaches trying to understand <code>bp_core_set_uri_globals()</code></li>\n\n\n\n<li>BuddyPress will be compatible with plain permalinks.</li>\n\n\n\n<li>BuddyPress will improve its compliance with WordPress Standards.</li>\n</ul>\n\n\n\n<p class=\"has-text-align-left\"><strong>Let’s all help this happen asap, you just need to test it and report bugs!</strong></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-rewrites/\">BP Rewrites</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"many-thanks-to-1-2-0-contributors\">Many thanks to the one and only 1.4.0 contributor <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/imath/\">imath</a>.</p>\";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:\"Sat, 29 Oct 2022 09:54:42 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";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:42;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: The WordPress Community Isn’t Ready to Leave Twitter\";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:30:\"https://wptavern.com/?p=139000\";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:72:\"https://wptavern.com/the-wordpress-community-isnt-ready-to-leave-twitter\";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:9588:\"<p>Elon Musk has bought Twitter in a $44B deal that closed this week, tweeting “<a href=\"https://twitter.com/elonmusk/status/1585966869122457600\">Let the good times roll</a>,” on Friday after taking the helm. Musk fired top executives at the company and <a href=\"https://twitter.com/elonmusk/status/1585619322239561728\">tweeted</a> an appeal to Twitter’s advertisers to share his motivation in acquiring what is arguably the world’s most important social network:</p>\n\n\n\n<p>“The reason I acquired Twitter is because it is important to the future of civilization to have a common digital town square, where a wide range of beliefs can be debated in a healthy manner, without resorting to violence,” Musk said. “There is currently great danger that social media will splinter into far right wing and far left wing echo chambers that generate more hate and divide our society.”</p>\n\n\n\n<p> Musk also hinted at the importance of content moderation, saying “Twitter obviously cannot become a free-for-all hellscape, where anything can be said with no consequences!” The company is forming a council to discuss content moderation, but nobody knows what that will mean for the future of Twitter.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Twitter will be forming a content moderation council with widely diverse viewpoints. <br /><br />No major content decisions or account reinstatements will happen before that council convenes.</p>— Elon Musk (@elonmusk) <a href=\"https://twitter.com/elonmusk/status/1586059953311137792?ref_src=twsrc%5Etfw\">October 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>While some Twitter users have considered migrating to Tumblr, the structure and user base isn’t currently comparable to the Twitter experience. In response to Verge co-founder Nilay Patel’s provocative article titled “<a href=\"https://www.theverge.com/2022/10/28/23428132/elon-musk-twitter-acquisition-problems-speech-moderation\">Welcome to hell, Elon</a>,” Tumblr CEO Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1586013950109310977\">tweeted</a> his support.</p>\n\n\n\n<p>“This is an unfortunately good summary of why running a social network is so hard, as I’ve learned with Tumblr,” Mullenweg said. “I am wishing Twitter the best and also hope this doesn’t slow down Tesla or SpaceX, which I think are critical to the future.”</p>\n\n\n\n<p>Patel aptly communicated the weight of the political challenges Musk will face in his commitment to steering Twitter away from becoming “a free-for-all hellscape,” which some think has already happened. If Musk decides to open the doors to unsavory characters who were banned in the past, it may drive the social network into the ground.</p>\n\n\n\n<p>While the WordPress community has many online gathering places – various Slack workspaces, P2 blogs, and Facebook groups – it has always been Twitter that served as the place for both casual interactions and breaking news. It is the de facto social network for those working in tech. There are many who only use the platform for keeping up with WordPress news and the community.</p>\n\n\n\n<p>“There’s nowhere else to really go!” WordPress product designer Mike McAlister <a href=\"https://twitter.com/mikemcalister/status/1586003046399623169\">said</a>. “WordPress people are pretty much exclusively on Twitter it seems.”</p>\n\n\n\n<p>Apart from the few optimistic souls who think Twitter will be better than ever, many community members expressed apprehension about losing the network they have built over the years. As the closing of the sale loomed, people threatened to leave Twitter on principle if Musk gained control. That day has arrived, but for the most part the WordPress community is not abandoning Twitter. </p>\n\n\n\n<p>“Twitter has had too good of an impact on my life to just jump ship,” Edan Ben-Atar <a href=\"https://twitter.com/edanbenatar/status/1586009637203083265\">said</a>. “I’ll stick around for as long as it makes sense. For now, nothing has changed from what is noticeable to the eye.”</p>\n\n\n\n<p>WordPress designer Dustin Henrich says he is staying but also looking up the people he follows on other platforms. </p>\n\n\n\n<p>“I’ve made too many good connections, enjoy reading about people’s tech and non tech lives, and learning from some wicked smart people,” Henrich <a href=\"https://twitter.com/dhenrich/status/1586017449287503874\">said</a>. “I’d truly be sad if this just all went away.”</p>\n\n\n\n<p>Decentralized social networking, which has so far failed to gain much mainstream attention, is getting a second look in light of Twitter changing hands. WordPress agency owner Tom Finley is <a href=\"https://twitter.com/i/web/status/1586099982620594176\">experimenting</a> with using the <a href=\"https://wordpress.org/plugins/activitypub/\">Activity Pub plugin</a> to set up his site as a private Mastadon server. It implements the ActivityPub protocol for WordPress so readers can see the site’s posts on Mastadon and other federated platforms (that support Activity Pub).</p>\n\n\n\n<p>Some WordPress community members are flirting with joining Mastadon instances, or have already committed to posting in both networks, but we are not yet seeing a mass exodus flocking to the fediverse.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I’m giving Mastodon a try although I’m still sticking around here for the time being. <br /><br />I hate to say it but what about more use of the official WordPress Slack workspace? I often go there if I need to find someone in the community.</p>— Shawn Hooper (@ShawnHooper) <a href=\"https://twitter.com/ShawnHooper/status/1586040039473090560?ref_src=twsrc%5Etfw\">October 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>“We’ve seen this attempted exodus to the promised land many times before,” Ross Wintle <a href=\"https://rosswintle.uk/2022/10/something-about-twitter/\">said</a> in a post that explains why he isn’t optimistic about people successfully leaving Twitter. “Without a proper mass migration of people and organizations to another service, it doesn’t stick. </p>\n\n\n\n<p>“You end up with people cross posting to multiple services to reach all the people that they want to reach. And then as a reader I’m checking multiple services and seeing the same things. The signal/noise ratio goes down. And most people get fed up and end up back where they were before.”</p>\n\n\n\n<p>The most hopeful speculators ask if this could this be the return of blogs. At the moment blogs are not social enough, and there isn’t a critical mass of bloggers eager enough to adopt the protocols necessary to connect their sites in a stream of easily digestible, short updates. </p>\n\n\n\n<p>Until Elon Musk makes more radical changes, many WordPress community members see no reason to leave Twitter.</p>\n\n\n\n<p>“For now, I don’t see a reason to leave,” WordPress developer advocate Birgit Pauli-Haack <a href=\"https://twitter.com/bph/status/1586069842553344000\">said</a>. “Block, Unfollow, Mute are my friends for curating my feed. I did cancel my subscription to Twitter Blue after 12 months. Being allowed to edit tweets is not worth it.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'ve been through so many social networks over time as they come and go. I lost count how many people say they are leaving Twitter.<br /><br />I use Twitter primarily for note taking, links, etc. I see nothing about that to change.</p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1586067272933654528?ref_src=twsrc%5Etfw\">October 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>Overall, most people are taking a “wait and see” approach regarding leaving Twitter.</p>\n\n\n\n<p>“I haven’t found a viable alternative,” WordPress meetup organizer Sallie Goetsch <a href=\"https://twitter.com/salliegoetsch/status/1586042212567068672\">said</a>. “I do hang out in various WP Slack groups, but for the wider world…we’ll just have to see what happens here.”</p>\n\n\n\n<p>One positive byproduct of this recent shake-up is that the WordPress community is considering a future where important conversations happen on another platform. As users explore other social networks, they may gain an affinity for a different type of social media culture with features that Twitter is lacking. Migrating and settling into a new social home on the web takes time.</p>\n\n\n\n<p>“I’m not saying I wouldn’t love a mass migration to happen,” Ross Wintle said. “I’ve just seen so many attempts now and none seem to have been particularly successful, and I don’t see why this one would either.</p>\n\n\n\n<p>“For a big change to happen, I think either the platform has to spontaneously combust itself or it falls out of fashion by a long period of attrition and fades from the public consciousness over time. Facebook may even be at the start of this. Time will tell.</p>\n\n\n\n<p>“Perhaps, one day, we will look back and remember that thing we all used called Twitter the same way we remember Geocities and MySpace. But I struggle to see how that will be next week or next month. It will be in many years.”</p>\";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:\"Sat, 29 Oct 2022 02:13:44 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:43;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Agency Owners: If You Could Ask Anyone Anything…\";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:32:\"https://poststatus.com/?p=142298\";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:70:\"https://poststatus.com/agency-owners-if-you-could-ask-anyone-anything/\";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:901:\"<p>Hey all—<br /><br />In our <a href=\"https://poststatus.slack.com/archives/C02TNBDAXLL/p1666881400963559?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\">#Agency-Owner channel</a> I asked this week:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you could ask anyone anything related to your work as an agency — who would it be OR more importantly what would you want to ask?</p></blockquote>\n\n\n\n<p>The initial answers are already helping us support your valuable, yet often underserved work here (and of benefit to all).<br /><br />Go chime in when you get a chance or DM me if you want to keep it private. </p>\n\n\n\n<p>– Cory</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 28 Oct 2022 22:17:45 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";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:44;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: Moving and Not Moving With the Crowd\";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:32:\"https://poststatus.com/?p=142275\";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:60:\"https://poststatus.com/moving-and-not-moving-with-the-crowd/\";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:6969:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week\'s WordPress business highlights for Post Status: <strong>Lesley Sim</strong> is pivoting <strong>Newsletter Glue</strong> to an upmarket clientele. A discussion starter about WordPress <strong>UX</strong>. Do we need a curated plugin ecosystem, more open standards, and easy access to current expert consensus points in key knowledge areas? Time to bail out of <strong>Twitter</strong>? <strong>PayPal</strong>? <strong>Katie Keith</strong> tells her <strong>HeroPress</strong> story. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">44</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-to-heck-with-black-friday-i-m-raising-my-prices\"><strong>To Heck with Black Friday, I’m Raising My Prices!</strong></h2>\n\n\n\n<p>This week in <a href=\"https://poststatus.slack.com/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Post Status Slack</strong></a>, <strong>Lesley Sim</strong>, the founder of <strong>Newsletter Glue</strong>, dropped this announcement: <em>“While everybody is offering discounts for Black Friday, we’re planning to significantly raise prices. We’ll be narrowing our target audience and focusing mainly on medium-large publishers and online businesses; working with them more closely and providing a high level of customization and support.”</em> What motivated Lesley\'s decision? Where does she expect it to take her company? How can plugin owners find enterprise customers and agency partners? Find out on <strong>Post Status Draft</strong>. <a href=\"https://poststatus.com/lesley-sim-newsletter-glue-business-model-pivot/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>LISTEN→</strong></a></p>\n\n\n\n<h2 id=\"h-can-we-get-to-yes-on-better-ux\"><strong>Can We Get to “Yes” on Better UX?</strong></h2>\n\n\n\n<p>This week in <a href=\"https://speckyboy.com/can-wordpress-appeal-to-diy-markets/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\">an article</a> shared in <a href=\"https://poststatus.slack.com/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Post Status Slack</strong></a>, <strong>Eric Karkovack </strong>suggested some ways to improve the WordPress user experience, especially for DIY users setting up a website for the first time. Some of the things Eric wants to see happen, like a standard interface for plugins and a curated view of the plugin ecosystem, are also commonly expressed by designers, developers, and people in other roles at WordPress agencies serving enterprise clients. Can we get everyone to “yes” on a better UX? Tell us what you think. <a href=\"https://poststatus.com/wordpress-user-experiences/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>LISTEN→</strong></a></p>\n\n\n\n<h3 id=\"h-a-curated-plugin-ecosystem-you-say-how\">A curated plugin ecosystem you say? How?</h3>\n\n\n\n<p>I\'ve <a href=\"https://poststatus.com/wordpress-user-experiences/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID#Post\" target=\"_blank\" rel=\"noreferrer noopener\">elaborated</a> on some of the ideas discussed on the podcasts this week with Eric and Lesley that can help both plugin businesses, WordPress agencies, and WordPress users in general. It mostly comes down to:</p>\n\n\n\n<ul><li><strong>Don\'t Play Favorites — Recognize Excellence. </strong>What if there was a quality score based on neutral data from WP.org. It might create incentives that make “gaming” the system a win for everyone.</li><li><strong>Open Up “Open Secrets” — Spread Standards and Expert Knowledge.</strong> What if it was incredibly easy for developers (or anyone) to find and learn best practices and standards? It might create ladders up that are a win for everyone. <a href=\"https://poststatus.com/wordpress-user-experiences/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID#Post\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>READ→</strong></a> </li></ul>\n\n\n\n<h2 id=\"h-quick-links\"><strong>Quick Links</strong></h2>\n\n\n\n<ul><li>There\'s a rich <a href=\"https://poststatus.slack.com/archives/C0413T6GD/p1666821158461799?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\">ongoing conversation</a> in <strong>Post Status Slack</strong> about <strong>PayPal</strong>. The prevailing opinion is <em>very</em> negative, but as usual, <em>it depends</em>. <strong><a href=\"https://poststatus.slack.com/archives/C0413T6GD/p1666821158461799?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\">SLACK→</a></strong></li><li>Over at <strong>HeroPress</strong>, it\'s <strong>Katie Keith</strong> of <strong>Barn2 Plugins</strong> telling her story: <a href=\"https://heropress.com/essays/a-community-that-transcends-labels/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>A Community that Transcends Labels→</strong></a></li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 28 Oct 2022 22:02:34 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:45;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: WordPress 6.1 RC5 • WP-CLI 2.7.1 • Help Test Plugin Dependencies Feature Plugin\";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:32:\"https://poststatus.com/?p=141952\";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:130:\"https://poststatus.com/wordpress-6-1-rc5-6-1-sneak-peek-with-nick-diego-wp-cli-2-7-1-help-test-plugin-dependencies-feature-plugin/\";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:19309:\"<h2 id=\"h-this-week-at-wordpress-org-october-24-2022\">This Week at WordPress.org (October 24, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.1 rolls out on November 1. Help test 6.1 Release Candidate 3 — and the Rollback feature plugin. Be sure to look over the 6.1 DevNotes, Field Guides, and Team Updates. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_gitMerge\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>Release Candidate 5</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/23f3.png\" alt=\"⏳\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">WordPress 6.1 Release Candidate 5 (RC5) Now Available for Testing</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9ea.png\" alt=\"🧪\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50e.png\" alt=\"🔎\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/tag/dev-notes-6-1/\">WordPress 6.1 DevNotes, Field Guides, and Team Updates</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/23ea.png\" alt=\"⏪\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a><a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">WordPress 6.1 Release Candidate 5 (RC5) Now Available for Testing</a></li><li><a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_9ee0ac-7f\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-wp-6-1-devnotes-and-team-updates\"><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-1/\">WP 6.1 DevNotes</a> and Team Updates</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance Field Guide for WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/20/wordpress-6-1-translation-status-october-20-2022/\">WordPress 6.1 Translation Status (October 20, 2022)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/11/wordpress-6-1-ready-to-be-translated/\">WordPress 6.1 ready to be translated</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/20/multisite-registration-and-activation-pages-have-new-html-and-css/\">Multisite registration and activation pages have new HTML and CSS</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/14/global-terms-removed-in-wordpress-6-1/\">Global terms removed in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/enhanced-typescript-support-in-wordpress-6-1/\">Enhanced TypeScript support in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/reference-styles-values-in-theme-json/\">Reference Styles values in <code>theme.json</code></a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">WordPress 6.1 Accessibility Improvements</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/miscellaneous-rest-api-improvements-in-wordpress-6-1/\">Miscellaneous REST API improvements in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/12/block-api-changes-in-wordpress-6-1/\">Block API changes in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/content-locking-features-and-updates/\">Content locking features and updates</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/simplified-data-access-with-new-react-hooks-in-wordpress-6-1/\">Simplified data access with new React hooks in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/09/introducing-wp_list_tableget_views_links-in-wordpress-6-1/\">Introducing <code>WP_List_Table::get_views_links()</code> in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/08/escaping-table-and-field-names-with-wpdbprepare-in-wordpress-6-1/\">Escaping Table and Field names with <code>wpdb::prepare()</code> in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/create-block-scaffolding-tool-updates/\">Create-block scaffolding tool updates</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/introduction-of-presets-across-padding-margin-and-block-gap/\">Introduction of presets across padding, margin and block gap</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/improved-php-performance-for-core-blocks-registration/\">Improved PHP performance for core blocks registration</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/06/introducing-update-uri-theme-header-in-wordpress-6-1/\">Introducing “Update URI” theme header in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/\">Block-based “template parts” in traditional themes</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/improvements-to-wp_query-performance-in-6-1/\">Improvements to <code>WP_Query</code> performance in 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/06/new-cache-site-health-checks-in-wordpress-6-1/\">New cache Site Health checks in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/27/navigation-block-fallback-behavior-in-wp-6-1-dev-note/\">Navigation Block Fallback Behavior in WP 6.1</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-39 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/accessibility/2022/10/22/accessibility-team-meeting-notes-october-19-2022/\">Accessibility Team Meeting Notes: October 19, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/10/26/meetup-organizer-newsletter-october-2022/\">Meetup Organizer Newsletter: October 2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/10/21/community-deputy-training-4-wordcamp-process-flow/\">Community Deputy Training #4: WordCamp Process Flow</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/25/wordpress-6-0-release-day-process-2/\">WordPress 6.1 Release Day Process</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/a-week-in-core-october-24-2022/\">A Week in Core – October 24, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\">Core Editor Improvement: Advancing the writing experience</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">What’s new in Gutenberg 14.4? (26 October)</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/27/wordpress-6-1-release-candidate-4-rc4-now-available-for-testing/\">WordPress 6.1 Release Candidate 4 (RC4) Now Available for Testing</a></li><li><a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\">WordPress 6.1 Release Candidate 3 (RC3) Now Available</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/26/dev-chat-agenda-october-262022/\">Dev Chat agenda: October 26,2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/editor-chat-summary-wednesday-20-october-2022/\">Editor chat summary: Wednesday, 20 October 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/editor-chat-agenda-october-26th-2022/\">Editor Chat Agenda: October 26th 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/dev-chat-summary-october-19-2022/\">Dev Chat summary, October 19, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/performance-chat-agenda-25-october-2022/\">Performance Chat Agenda: 25 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/10/24/design-share-oct-10-oct-21/\">Design Share: Oct 10-Oct 21</a></li></ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">New design for HelpHub in WordPress.org</a></li><li><a href=\"https://make.wordpress.org/docs/2022/10/19/the-first-ever-documentation-team-contributor-day-25th-october-2022/\">The first ever Documentation team Contributor Day – 25th October, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/10/24/documentation-team-update-october-24-2022/\">Documentation Team Update – October 24, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/10/26/agenda-global-marketing-team-meeting-october-26-2022/\">Agenda: Global Marketing Team meeting, October 26, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">WordPress.org Redesign Update</a></li><li><a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">Displaying Style Variations for Supporting Themes</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/10/25/community-meeting-recap-25-october-2022/\">Community Meeting Recap (25 October 2022)</a></li><li><a href=\"https://make.wordpress.org/openverse/2022/10/25/handling-very-large-2gb-files/\">Handling very large (>2GB) files</a></li><li><a href=\"https://make.wordpress.org/openverse/2022/10/25/storing-provider-supplied-thumbnails/\">Storing provider supplied thumbnails</a></li></ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/25/performance-team-meeting-summary-11-october-2022-2-2/\">Performance Chat Summary: 25 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/10/26/plugin-review-team-status-24-oct-2022/\">Plugin Review Team Status: 24 Oct 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/10/25/agenda-weekly-polyglots-chat-oct-26-2022-1300-utc/\">Agenda: Weekly Polyglots Chat – Oct. 26, 2022 (13:00 UTC)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/20/wordpress-6-1-translation-status-october-20-2022/\">WordPress 6.1 Translation Status (October 20, 2022)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/11/wordpress-6-1-ready-to-be-translated/\">WordPress 6.1 ready to be translated</a></li></ul>\n\n\n\n<h2><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/10/27/support-team-meeting-updates-for-october-27/\">Support Team Meeting Updates for October 27</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/10/25/test-team-update-24-october-2022/\">Test Team Update: 24 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/10/25/themes-team-meeting-notes-october-25-2022/\">Themes Team Meeting Notes – October 25, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/25/meeting-agenda-for-october-25-2022/\">Meeting Agenda for October 25, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/24/october-2022-monthly-faculty-meeting-agenda/\">October 2022 Monthly Faculty Meeting Agenda</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/22/xpost-wordpress-org-redesign-update/\">X-post: WordPress.org Redesign Update</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/22/managing-projects-and-terminology-dri/\">Managing Projects and Terminology: DRI</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/21/proposal-create-a-new-onboarding-experience-to-the-training-team/\">Proposal: Create a new onboarding experience to the Training Team</a></li></ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/adding-a-contact-form-to-your-site/\">Adding a Contact Form to Your Site</a></li><li><a href=\"https://learn.wordpress.org/tutorial/managing-settings-media/\">Managing Settings: Media</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=what-is-seo-search-engine-optimization\">What is SEO? (Search Engine Optimization)</a></li><li><a href=\"https://learn.wordpress.org/?meeting=lets-code-global-styles-variations-in-block-themes\">Let’s code! Global Styles Variations in Block Themes</a></li><li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-global-styles\">WordPress development live stream: Global Styles</a></li><li><a href=\"https://learn.wordpress.org/?meeting=wordpress-roles-and-capabilities-2\">WordPress Roles and Capabilities</a></li><li><a href=\"https://learn.wordpress.org/?meeting=block-theme-global-styles-customization-2\">Block & Theme Global Styles Customization</a></li><li><a href=\"https://learn.wordpress.org/?meeting=a-brief-history-of-wordpress-2\">A Brief History of WordPress</a></li></ul>\n\n\n\n<h3 id=\"h-courses\">Courses</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\">Develop Your First Low-Code Block Theme</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos now auto-published to Youtube</a></li><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 28 Oct 2022 18:05:56 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:46;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Post Status: To Heck with Black Friday, I’m Raising My Prices! — Post Status Draft 127\";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:32:\"https://poststatus.com/?p=142062\";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:71:\"https://poststatus.com/lesley-sim-newsletter-glue-business-model-pivot/\";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:8924:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week in <strong>Post Status Slack</strong>, <strong>Lesley Sim</strong>, the founder of <strong>Newsletter Glue</strong>, dropped this announcement: <em>“While everybody is offering discounts for Black Friday, we’re planning to significantly raise prices. We’ll be narrowing our target audience and focusing mainly on medium-large publishers and online businesses; working with them more closely and providing a high level of customization and support.”</em> What motivated Lesley\'s decision? Where does she expect it to take her company? How can plugin owners find enterprise agency partners? Listen to this episode of <strong>Post Status Draft </strong>and find out. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">6</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"has-drop-cap\">This week in <strong>Post Status Slack</strong>, <strong>Lesley Sim</strong>, the founder of <strong>Newsletter Glue</strong>, dropped this announcement: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“While everybody is offering discounts for <strong>Black Friday</strong>, we’re planning to significantly raise prices. We’ll be narrowing our target audience and focusing mainly on medium-large publishers and online businesses; working with them more closely and providing a high level of customization and support.” </p></blockquote>\n\n\n\n<p>What motivated Lesley\'s decision? Where does she expect it to take her company? </p>\n\n\n\n<p class=\"has-theme-palette-8-background-color has-background\">For some background, listen to <a href=\"https://poststatus.com/till-kruss-on-object-cache-pro-wordpress-plugins-testing-and-performance/\">my recent conversation</a> with <strong>Till Krüss</strong>, whose business model for <strong>Object Cache Pro</strong> and conversations following from it were part of Lesley\'s thinking about her own product.</p>\n\n\n\n\n\n\n\n<p><strong>In this conversation with Lesley, we talk about:</strong></p>\n\n\n\n<blockquote><p></p><p>Pay attention to the shape of your market and your pricing.</p><cite>Lesley Sim</cite></blockquote>\n\n\n\n<ul><li>Lesley\'s experience with Black Friday sales tactics.</li><li>“Lifetime” memberships and licenses.</li><li>Where Newsletter Glue started and how its pricing model has changed.</li><li>Why freemium didn\'t work for Newsletter Glue.</li><li>Lesley\'s experience entering — and leaving — the WordPress plugin directory.</li><li>How Newsletter Glue\'s pricing has steadily evolved toward a better match with its ideal customers. </li><li>How Lesley accessed enterprise agencies and clients. </li><li>What Lesley has learned and hopes to achieve in the future.</li><li>The technical challenges and barriers to reaching a high-end market.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-container-40 wp-block-columns has-theme-palette-8-background-color has-background\" id=\"GoDaddy-Pro\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3 id=\"GoDaddy-Pro\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/godaddypro\">GoDaddy Pro</a></h3>\n\n\n\n<p>Manage your clients, websites, and tasks from a single dashboard with <strong>GoDaddy Pro</strong>. Perform security scans, backups, and remote updates to many sites on any host. Check up on site performance, monitor uptime and analytics, and then send reports to your clients. <a href=\"https://poststat.us/godaddypro\">GoDaddy Pro is free</a> — and designed to make your life better.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<a href=\"https://poststat.us/godaddypro\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/gdpro800x500-1-300x188.png\" alt=\"GoDaddy Pro\" class=\"wp-image-93683\" width=\"150\" height=\"94\" title=\"Pressable\" /></a>\n</div>\n</div>\n\n\n\n<p> </p>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul class=\"eplus-wrapper\"><li><a href=\"https://newsletterglue.com/\">Newsletter Glue</a> is a WordPress plugin that connects your WordPress content and the block editor with a newsletter service, like Mailchimp. It simplifies newsletter publishing so you can focus on writing — in WordPress — and sending your content out from there <em>without</em> having to copy/paste/edit content or create layouts inside your newsletter service\'s separate, not-as-good design interface. </li><li><a href=\"https://instawp.com/\">InstaWP</a> is what it sounds like: a way to launch a WordPress sandbox/demo site in less than a second.</li><li><a href=\"https://www.groundhogg.io/\">Groundhogg</a> is <strong>Marketing Automation</strong> and <strong>CRM</strong> For Serious Agencies and Small Businesses using WordPress.</li><li><a href=\"https://lifterlms.com/\">LifterLMS</a> helps education entrepreneurs enable their learners to achieve their desired outcomes, to truly change lives, and make a great living in the process.</li><li><a href=\"https://rtcamp.com/\">rtCamp</a> is a <strong>WordPress VIP Gold Ageny Partner</strong> delivering enterprise-grade web publishing and digital commerce solutions with WordPress to Fortune 500 companies.</li><li><strong><a href=\"https://thecode.co/\">The Code Company</a></strong> is a very specialized agency for publishers focused on the WordPress core competency: publishing! They are specialist WordPress engineers who solve complex publishing problems at scale.</li><li><a href=\"https://humanmade.com\">Human Made</a> is one of the oldest enterprise agencies in WordPress. They\'ve been one of the largest contributors to the WordPress core project, and the wider ecosystem and community. They make <a href=\"https://humanmade.com/2019/06/17/a-technical-introduction-to-altis-enterprise-augmented-wordpress-platform/\">Altis DXP</a>, the <a href=\"https://humanmade.com/2019/05/21/beyond-wordpress-10-year-evolution-human-made/\">evolution of how they work with WordPress</a>. Human Made believes Altis is a fundamental and major step forward for the WordPress ecosystem.</li></ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\"><li><a href=\"https://twitter.com/lesley_pizza\">Lesley Sim</a> (Founder, <a href=\"https://newsletterglue.com\">Newsletter Glue</a>)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a> (Editor, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li><li><a href=\"https://twitter.com/lemonadecode/photo\">Olivia Bisset</a> (Intern, Post Status)</li></ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 28 Oct 2022 17:22:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";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:47;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Post Status: What AI and Automation Are — and Aren’t — Good For\";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:32:\"https://poststatus.com/?p=142212\";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:69:\"https://poststatus.com/what-ai-and-automation-are-and-arent-good-for/\";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:4789:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Thoughts on how <strong>AI</strong> and automation can be enabling to individuals and help us all be part of our communities where human-to-human interaction is the best and most vital part. • We love our community on <strong>Twitter</strong>, but maybe that\'s not where our community will be in the future. • <strong>Nev Harris</strong> is in our <strong>Member Spotlight</strong>. • Our <strong>Black Friday deals</strong> are live — and you can still add yours. <strong>WordPress Accessibility Day</strong>, <strong>WordFest</strong>, and <strong>WP Wealthbuilder Summit</strong> are coming right up, and so are <strong>WordCamps</strong>! We\'d love to see you at one of our EU/US weekly <strong>Huddles</strong>. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">Lately, I’ve been thinking a lot about AI, automation, and how that fits into community. I applaud so much of how all of these things have simplified my life, and make my life so much easier as a disabled person. I use <strong>Ring</strong> doorbell to talk to anyone who rings my doorbell to let them know I’m on my way (but slow). I use <strong>Alexa</strong> to automate lights when I’m not home and voice commands to turn on/off lights, check the weather and news, and set my thermostat. This week I installed a <strong>Stream Deck</strong> to automate things at my desk like key lights, opening websites, and I even added a sound for podcasting fun. AI can generate copy for titles, tweets, and even site content.</p>\n\n\n\n<p>But nothing surpasses human interaction. Being on a <strong>Zoom</strong> call for our Post Status weekly huddles, creative brainstorming with my <strong>Stellar</strong> team, one-on-ones with friends and family, and recording podcasts with my podcasting partners and guests all enhance my life greatly. And I appreciate interacting with so many of you on <strong>Twitter</strong> about <strong>WordPress</strong>, tech, and life in general.</p>\n\n\n\n<p><a href=\"https://www.theverge.com/2022/10/28/23428132/elon-musk-twitter-acquisition-problems-speech-moderation\">Changes are coming to Twitter with the new leadership there</a>. Our community has thrived on Twitter, so keep an eye out for each other there, and if you find a better solution that we can adopt as a community, let us know!</p>\n\n\n\n<h2>Don\'t Miss:</h2>\n\n\n\n<ul><li><strong>Black Friday/Cyber Monday</strong> is coming quickly! <a href=\"https://poststatus.com/submit-black-friday-cyber-monday-deals/\">Submit your deals here</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f448.png\" alt=\"👈\" class=\"wp-smiley\" /></li><li><a href=\"https://poststatus.com/2022-black-friday-cyber-monday-wordpress-deals/\">This year’s deals are live</a>! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f383.png\" alt=\"🎃\" class=\"wp-smiley\" /></li><li>In our <strong>Member Spotlight</strong> this week: <a href=\"https://poststatus.com/member-spotlight-nev-harris/\"><strong>Nev Harris</strong></a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4a1.png\" alt=\"💡\" class=\"wp-smiley\" /> Nev will help you unlock the profit trapped in your business and lower your stress around cash flow and expenses. Nev shows how money talk doesn’t need to be scary. Or boring. Or something you do behind closed doors with an accountant who appears to be speaking another language.</li></ul>\n\n\n\n<h2 id=\"h-upcoming-events\">Upcoming Events:</h2>\n\n\n\n<ul><li><strong>Post Status</strong> <a href=\"https://poststatus.com/huddles/\">Member Huddles </a>Every Week!</li><li><a href=\"https://wpaccessibility.day/\">WordPress Accessibility Day</a> • <strong>November 2-3</strong></li><li><a href=\"https://www.wordfest.live/2022/november/\">WordFest</a> • <strong>November 18</strong></li><li><strong>Calls for Speakers and Sponsors </strong>are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a>.</li><li><strong>WordCamps</strong> are back. <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>!</li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 28 Oct 2022 16:45:32 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";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:48;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Post Status: Daniel S. Pumpkins’ 🎃 Post Status Halloween TechHorror Roundup\";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:32:\"https://poststatus.com/?p=142189\";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:64:\"https://poststatus.com/post-status-halloween-techhorror-roundup/\";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:4815:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">It\'s our Halloween roundup of ghoul tools, but we\'re not going to show you anything scarier than <strong>David Bisset</strong>‘s <a href=\"https://twitter.com/dimensionmedia/status/1585986701343825920\">dev dad joke tweets</a>. Just <strong>Blocks Made of Humans</strong>, a totally non-scary image creation AI — as long as you do not install the <strong>Performance Loab</strong> plugin. Also in our cauldron: hairy, scary <strong>Block Styles</strong> and the classic so-lean-it\'s-skeletal ingredient, <strong>Balsamiq</strong>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f987.png\" alt=\"🦇\" class=\"wp-smiley\" /><br /> </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">28</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h1 id=\"h-wordpress-design-development-haunts-around-the-web\">WordPress Design & Development Haunts Around the Web</h1>\n\n\n\n<p>Here’s a glimpse of what’s going on in the world of design and development in the WordPress space this past week. Halloween edition!</p>\n\n\n\n<h2 id=\"h-blocks-made-of-humans\">Blocks Made of Humans</h2>\n\n\n\n<p>Well, not really, but here is <a href=\"https://humanmade.com/2022/10/18/1001-ways-to-implement-gutenberg-blocks/\" target=\"_blank\" rel=\"noreferrer noopener\">a great overview of all the ways you can make a custom block</a> with code examples from the lovely gremlins at <strong>Human Made</strong>. It’s nice to have so many examples in one place with links to a few resources I hadn’t seen before.</p>\n\n\n\n<h2 id=\"h-mirror-mirror-on-the-wall-what-image-will-devour-them-all\">Mirror Mirror On The Wall, What Image Will Devour Them All?!</h2>\n\n\n\n<p>The folks at <strong>Bertha AI</strong> <a href=\"https://bertha.ai/its-easy-top-get-caught-up-with-all-the-tech-out-there-especially-when-it-comes-to-ai/\" target=\"_blank\" rel=\"noreferrer noopener\">have announced</a> that their plugin now features an image creation module. This is another major step towards seeing artificial intelligence integrated into the WordPress stack. I have not taken it for a spin yet but intend to kick the tires around this weekend to conjure up some spooky hellscapes.</p>\n\n\n\n<h2 id=\"h-your-blocks-are-scaring-the-children\">Your Blocks Are Scaring The Children</h2>\n\n\n\n<p>Post Status members <strong>Roy Sivan</strong> and <strong>James Tryon</strong> have been working on their own suite of design tools for the <strong>Block Editor</strong> lovingly called <a href=\"https://blockstyles.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Block Styles</a>. Recently they’ve been on fire with so many updates and new features that it’s hard not to be excited. For me, the responsive tools alone are the killer feature that I needed. I’ve tried so many plugins for better responsive control, and this one feels the closest to what I would expect. <a href=\"https://twitter.com/blockstyleswp\" target=\"_blank\" rel=\"noreferrer noopener\">Follow them on Twitter</a> as they share how they’re evolving these tools.<br /></p>\n\n\n\n<div class=\"is-layout-flow wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h1 id=\"h-cool-tools-for-ghouls\">Cool Tools for Ghouls</h1>\n\n\n\n<p>Each week we feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<h2 id=\"h-just-add-some-balsamiq-with-an-eye-of-newt\">Just Add Some Balsamiq with an Eye of Newt</h2>\n\n\n\n<p><a href=\"https://balsamiq.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Balsamiq</a> does one thing and does it well — it’s an application for creating wireframes. I’ve tried using <strong>Figma</strong>, <strong>Adobe XD</strong>, <strong>Illustrator</strong>, <strong>OmniGraffle</strong>, <strong>Visio</strong>, <strong>Sketch</strong>, real sketches, and more. Every time I end up coming back to Balsamiq because it’s so easy to get the vision out of my head and onto the screen. I know it’s been around a long time and its roots actually came from a <strong>Flash</strong>-built web app, but it has evolved to be a no-bloat application that lets you get in, do what you need, and get out.</p>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";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, 28 Oct 2022 15:56:35 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Daniel Schutzsmith\";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:49;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Do The Woo Community: Building Your Community Without the Noise\";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:28:\"https://dothewoo.io/?p=73251\";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:62:\"https://dothewoo.io/building-your-community-without-the-noise/\";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:401:\"<p>Active engagement and conversation can turn into unproductive noise. That is until you start to use the art of listening.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-your-community-without-the-noise/\">Building Your Community Without the Noise</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";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, 28 Oct 2022 09:49: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";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:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 14 Nov 2022 07:35:56 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 14 Nov 2022 07:15:30 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),(999,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1668454557','no'),(1000,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1668411357','no'),(1001,'_transient_timeout_dash_v2_12fb51b99c5dfec05835445e04f970a4','1668454557','no'),(1002,'_transient_dash_v2_12fb51b99c5dfec05835445e04f970a4','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://nl.wordpress.org/2022/11/01/wordpress-6-1-misha-is-vrijgegeven/\'>WordPress 6.1 “Misha” is vrijgegeven</a></li><li><a class=\'rsswidget\' href=\'https://nl.wordpress.org/2022/05/25/wordpress-6-0-arturo-is-vrijgegeven/\'>WordPress 6.0 “Arturo” is vrijgegeven</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/learning-and-pulling-together/\'>Post Status: Learning and Pulling Together</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/design-and-development-news-for-the-week-of-november-7/\'>Post Status: Design and Development News for the Week of November 7</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/the-sky-is-falling-nope-just-a-little-blue-bird/\'>Post Status: The Sky is Falling! Nope, Just a Little Blue Bird</a></li></ul></div>','no'),(1028,'_elementor_global_css','a:6:{s:4:\"time\";i:1668413183;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(1029,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:7:{s:5:\"image\";a:2:{s:7:\"content\";s:268:\"<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:5:\"3.8.0\";}s:15:\"theme-site-logo\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:137:\"<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:5:\"3.8.0\";}s:7:\"heading\";a:2:{s:7:\"content\";s:672:\"<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:5:\"3.8.0\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:718:\"<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:5:\"3.8.0\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.0\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:136:\"<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:5:\"3.8.0\";}}}}','yes'),(1030,'_transient_timeout_global_styles_hello-elementor','1668416024','no'),(1031,'_transient_global_styles_hello-elementor','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(1032,'_transient_timeout_global_styles_svg_filters_hello-elementor','1668416024','no'),(1033,'_transient_global_styles_svg_filters_hello-elementor','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1325 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(7,6,'_elementor_edit_mode','builder'),(8,6,'_elementor_template_type','kit'),(10,8,'_wp_attached_file','Favicon.png'),(11,8,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1208;s:6:\"height\";i:1208;s:4:\"file\";s:11:\"Favicon.png\";s:8:\"filesize\";i:95525;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16093;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Favicon-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7517;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Favicon-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,9,'_wp_attached_file','praktijk-equine-logo-wit.png'),(13,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:120;s:4:\"file\";s:28:\"praktijk-equine-logo-wit.png\";s:8:\"filesize\";i:8662;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"praktijk-equine-logo-wit-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"praktijk-equine-logo-wit-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14,10,'_wp_attached_file','roze-achtergrond-rechts.png'),(15,10,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1138;s:6:\"height\";i:1214;s:4:\"file\";s:27:\"roze-achtergrond-rechts.png\";s:8:\"filesize\";i:82155;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"roze-achtergrond-rechts-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10857;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"roze-achtergrond-rechts-960x1024.png\";s:5:\"width\";i:960;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"roze-achtergrond-rechts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4884;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"roze-achtergrond-rechts-768x819.png\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39528;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16,11,'_wp_attached_file','kleuren-achtergrond-links.png'),(17,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1286;s:6:\"height\";i:1400;s:4:\"file\";s:29:\"kleuren-achtergrond-links.png\";s:8:\"filesize\";i:431997;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"kleuren-achtergrond-links-276x300.png\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30999;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"kleuren-achtergrond-links-941x1024.png\";s:5:\"width\";i:941;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"kleuren-achtergrond-links-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"kleuren-achtergrond-links-768x836.png\";s:5:\"width\";i:768;s:6:\"height\";i:836;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145032;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18,12,'_wp_attached_file','cropped-Favicon.png'),(19,12,'_wp_attachment_context','site-icon'),(20,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"cropped-Favicon.png\";s:8:\"filesize\";i:30341;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-Favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-Favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8070;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:27:\"cropped-Favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16206;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:27:\"cropped-Favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10613;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:27:\"cropped-Favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9904;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:25:\"cropped-Favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21,13,'_wp_trash_meta_status','publish'),(22,13,'_wp_trash_meta_time','1667491193'),(27,2,'_edit_last','1'),(28,2,'_edit_lock','1668413229:1'),(29,16,'_elementor_edit_mode','builder'),(30,16,'_elementor_template_type','header'),(31,17,'_elementor_edit_mode','builder'),(32,17,'_elementor_template_type','header'),(33,16,'_elementor_version','3.8.0'),(34,16,'_elementor_pro_version','3.8.1'),(35,16,'_edit_lock','1668004657:1'),(36,16,'_wp_page_template','default'),(37,16,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(38,16,'_elementor_page_assets','a:0:{}'),(39,6,'_edit_lock','1668413182:1'),(40,18,'_elementor_edit_mode','builder'),(41,18,'_elementor_template_type','kit'),(43,6,'_wp_page_template','default'),(44,6,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:6:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:3:\"_id\";s:7:\"2f61adb\";s:5:\"title\";s:16:\"Eastman subtitel\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.4;s:5:\"sizes\";a:0:{}}}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"15275d7\";s:5:\"title\";s:10:\"Eastman H1\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"70907af\";s:5:\"title\";s:10:\"Eastman H2\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(45,6,'_elementor_data','[]'),(46,19,'_elementor_edit_mode','builder'),(47,19,'_elementor_template_type','kit'),(49,19,'_wp_page_template','default'),(50,19,'_elementor_page_settings','a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(51,19,'_elementor_data','[]'),(52,6,'_elementor_page_assets','a:0:{}'),(53,6,'_elementor_version','3.8.0'),(54,6,'_elementor_pro_version','3.8.1'),(55,20,'_elementor_edit_mode','builder'),(56,20,'_elementor_template_type','header'),(57,20,'_elementor_version','3.8.0'),(58,20,'_elementor_pro_version','3.8.0'),(59,20,'_wp_page_template','default'),(60,20,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(61,20,'_elementor_page_assets','a:0:{}'),(62,21,'_elementor_edit_mode','builder'),(63,21,'_elementor_template_type','header'),(64,21,'_elementor_version','3.8.0'),(65,21,'_elementor_pro_version','3.8.0'),(66,21,'_wp_page_template','default'),(67,21,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(68,21,'_elementor_page_assets','a:0:{}'),(70,16,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(71,22,'_elementor_edit_mode','builder'),(72,22,'_elementor_template_type','header'),(73,22,'_elementor_version','3.8.0'),(74,22,'_elementor_pro_version','3.8.0'),(75,22,'_wp_page_template','default'),(76,22,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(77,22,'_elementor_page_assets','a:0:{}'),(78,22,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(82,23,'_edit_last','1'),(83,23,'_edit_lock','1667547966:1'),(84,24,'_wp_attached_file','font.woff'),(85,24,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:71864;}'),(86,25,'_wp_attached_file','font.woff2'),(87,25,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:59184;}'),(88,26,'_wp_attached_file','Zetafonts-Eastman-Alternate-Regular.ttf'),(89,26,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:163420;}'),(90,27,'_wp_attached_file','Zetafonts-Eastman-Alternate-Bold.ttf'),(91,27,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:164208;}'),(92,28,'_wp_attached_file','font-1.woff'),(93,28,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:72012;}'),(94,29,'_wp_attached_file','font-1.woff2'),(95,29,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:59428;}'),(96,30,'_wp_attached_file','font-2.woff'),(97,30,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:71204;}'),(98,31,'_wp_attached_file','font-2.woff2'),(99,31,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:58592;}'),(100,32,'_wp_attached_file','Zetafonts-Eastman-Alternate-Light.ttf'),(101,32,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:163052;}'),(102,23,'elementor_font_files','a:3:{i:0;a:7:{s:11:\"font_weight\";s:6:\"normal\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:2:\"24\";s:3:\"url\";s:70:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:2:\"25\";s:3:\"url\";s:71:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff2\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"26\";s:3:\"url\";s:100:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Regular.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:1;a:7:{s:11:\"font_weight\";s:4:\"bold\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:2:\"28\";s:3:\"url\";s:72:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:2:\"29\";s:3:\"url\";s:73:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff2\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"27\";s:3:\"url\";s:97:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Bold.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}i:2;a:7:{s:11:\"font_weight\";s:3:\"100\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:2:\"30\";s:3:\"url\";s:72:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:2:\"31\";s:3:\"url\";s:73:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff2\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"32\";s:3:\"url\";s:98:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Light.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}}'),(103,23,'elementor_font_face','@font-face {\n font-family: \'Eastman Alternate Variable\';\n font-style: normal;\n font-weight: normal;\n font-display: auto;\n src: url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff2\') format(\'woff2\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff\') format(\'woff\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Regular.ttf\') format(\'truetype\');\n}\n@font-face {\n font-family: \'Eastman Alternate Variable\';\n font-style: normal;\n font-weight: bold;\n font-display: auto;\n src: url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff2\') format(\'woff2\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff\') format(\'woff\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Bold.ttf\') format(\'truetype\');\n}\n@font-face {\n font-family: \'Eastman Alternate Variable\';\n font-style: normal;\n font-weight: 100;\n font-display: auto;\n src: url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff2\') format(\'woff2\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff\') format(\'woff\'),\n url(\'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Light.ttf\') format(\'truetype\');\n}\n'),(104,33,'_elementor_edit_mode','builder'),(105,33,'_elementor_template_type','header'),(106,33,'_elementor_version','3.8.0'),(107,33,'_elementor_pro_version','3.8.0'),(108,33,'_wp_page_template','default'),(109,33,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(110,33,'_elementor_page_assets','a:0:{}'),(111,33,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(114,34,'_elementor_edit_mode','builder'),(115,34,'_elementor_template_type','header'),(116,34,'_elementor_version','3.8.0'),(117,34,'_elementor_pro_version','3.8.0'),(118,34,'_wp_page_template','default'),(119,34,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":53,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(120,34,'_elementor_page_assets','a:0:{}'),(121,34,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(124,35,'_edit_lock','1667550462:1'),(125,38,'_edit_lock','1667550857:1'),(126,40,'_edit_lock','1667550866:1'),(127,42,'_edit_lock','1667550876:1'),(128,44,'_edit_lock','1667550885:1'),(129,46,'_menu_item_type','post_type'),(130,46,'_menu_item_menu_item_parent','0'),(131,46,'_menu_item_object_id','2'),(132,46,'_menu_item_object','page'),(133,46,'_menu_item_target',''),(134,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(135,46,'_menu_item_xfn',''),(136,46,'_menu_item_url',''),(138,47,'_menu_item_type','post_type'),(139,47,'_menu_item_menu_item_parent','0'),(140,47,'_menu_item_object_id','44'),(141,47,'_menu_item_object','page'),(142,47,'_menu_item_target',''),(143,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(144,47,'_menu_item_xfn',''),(145,47,'_menu_item_url',''),(147,48,'_menu_item_type','post_type'),(148,48,'_menu_item_menu_item_parent','0'),(149,48,'_menu_item_object_id','38'),(150,48,'_menu_item_object','page'),(151,48,'_menu_item_target',''),(152,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(153,48,'_menu_item_xfn',''),(154,48,'_menu_item_url',''),(156,49,'_menu_item_type','post_type'),(157,49,'_menu_item_menu_item_parent','0'),(158,49,'_menu_item_object_id','40'),(159,49,'_menu_item_object','page'),(160,49,'_menu_item_target',''),(161,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(162,49,'_menu_item_xfn',''),(163,49,'_menu_item_url',''),(165,50,'_menu_item_type','post_type'),(166,50,'_menu_item_menu_item_parent','0'),(167,50,'_menu_item_object_id','35'),(168,50,'_menu_item_object','page'),(169,50,'_menu_item_target',''),(170,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(171,50,'_menu_item_xfn',''),(172,50,'_menu_item_url',''),(174,51,'_menu_item_type','post_type'),(175,51,'_menu_item_menu_item_parent','0'),(176,51,'_menu_item_object_id','42'),(177,51,'_menu_item_object','page'),(178,51,'_menu_item_target',''),(179,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(180,51,'_menu_item_xfn',''),(181,51,'_menu_item_url',''),(186,53,'_elementor_edit_mode','builder'),(187,53,'_elementor_template_type','header'),(188,53,'_elementor_version','3.8.0'),(189,53,'_elementor_pro_version','3.8.0'),(190,53,'_wp_page_template','default'),(191,53,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":53,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(192,53,'_elementor_page_assets','a:0:{}'),(193,53,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(194,53,'_elementor_controls_usage','a:4:{s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"align\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:1;}s:18:\"section_text_style\";a:5:{s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(196,53,'_elementor_screenshot','a:2:{s:2:\"id\";i:52;s:3:\"url\";s:144:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_16_2022-11-04-08-38-00_23da4e99.png\";}'),(197,54,'_elementor_edit_mode','builder'),(198,54,'_elementor_template_type','footer'),(199,55,'_elementor_edit_mode','builder'),(200,55,'_elementor_template_type','footer'),(201,54,'_elementor_version','3.8.0'),(202,54,'_elementor_pro_version','3.8.0'),(203,54,'_edit_lock','1667555181:1'),(206,57,'_wp_attached_file','praktijk-equine-logo-kleur-footer.png'),(207,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:380;s:6:\"height\";i:145;s:4:\"file\";s:37:\"praktijk-equine-logo-kleur-footer.png\";s:8:\"filesize\";i:14209;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"praktijk-equine-logo-kleur-footer-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"praktijk-equine-logo-kleur-footer-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(208,54,'_wp_page_template','default'),(209,54,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-footer-rechts.png\",\"id\":59,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":584,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"06037ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"0b33372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.946,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl<br \\/>www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f6efbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.054,\"space_between_widgets\":0,\"_inline_size_mobile\":50,\"content_position_mobile\":\"bottom\"},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Lato\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b9ece7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6596206\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82a5b81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.516,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f32baec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lijstitem #1\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"cf7299c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%C2%A9%20%22%2C%22after%22%3A%22%20Praktijk%20Equine%22%7D\\\"]\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9d4996f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.484,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6fbf119\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy verklaring\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":[]},{\"text\":\"Algemene voorwaarden\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__dynamic__\":[],\"_id\":\"90990fb\"},{\"text\":\"Deze website is gerealiseerd door Webzuiver\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/webzuiver.nl\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"1ccc61c\"}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"divider_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(210,54,'_elementor_page_assets','a:0:{}'),(211,58,'_elementor_edit_mode','builder'),(212,58,'_elementor_template_type','kit'),(213,58,'_wp_page_template','default'),(214,58,'_elementor_page_settings','a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(215,58,'_elementor_data','[]'),(216,58,'_elementor_page_assets','a:0:{}'),(217,58,'_elementor_version','3.8.0'),(218,58,'_elementor_pro_version','3.8.0'),(219,59,'_wp_attached_file','kleuren-achtergrond-footer-rechts.png'),(220,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1512;s:6:\"height\";i:758;s:4:\"file\";s:37:\"kleuren-achtergrond-footer-rechts.png\";s:8:\"filesize\";i:214528;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"kleuren-achtergrond-footer-rechts-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13743;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"kleuren-achtergrond-footer-rechts-1024x513.png\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"kleuren-achtergrond-footer-rechts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7675;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"kleuren-achtergrond-footer-rechts-768x385.png\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,60,'_elementor_edit_mode','builder'),(222,60,'_elementor_template_type','footer'),(223,60,'_elementor_version','3.8.0'),(224,60,'_elementor_pro_version','3.8.0'),(225,60,'_wp_page_template','default'),(226,60,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3f0eccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1854961\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(227,60,'_elementor_page_assets','a:0:{}'),(228,61,'_elementor_edit_mode','builder'),(229,61,'_elementor_template_type','footer'),(230,61,'_elementor_version','3.8.0'),(231,61,'_elementor_pro_version','3.8.0'),(232,61,'_wp_page_template','default'),(233,61,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-footer-rechts.png\",\"id\":59,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06037ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"0b33372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.946},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f6efbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.054},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b9ece7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6596206\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82a5b81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.516},\"elements\":[{\"id\":\"f32baec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lijstitem #1\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"cf7299c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%C2%A9%20%22%2C%22after%22%3A%22%20Praktijk%20Equine%22%7D\\\"]\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9d4996f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.484},\"elements\":[{\"id\":\"6fbf119\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy verklaring\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":[]},{\"text\":\"Algemene voorwaarden\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__dynamic__\":[],\"_id\":\"90990fb\"},{\"text\":\"Deze website is gerealiseerd door Webzuiver\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/webzuiver.nl\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"1ccc61c\"}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"divider_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(234,61,'_elementor_page_assets','a:0:{}'),(236,54,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(237,62,'_elementor_edit_mode','builder'),(238,62,'_elementor_template_type','footer'),(239,62,'_elementor_version','3.8.0'),(240,62,'_elementor_pro_version','3.8.0'),(241,62,'_wp_page_template','default'),(242,62,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-footer-rechts.png\",\"id\":59,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06037ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"0b33372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.946},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f6efbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.054,\"space_between_widgets\":0},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b9ece7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6596206\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82a5b81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.516},\"elements\":[{\"id\":\"f32baec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lijstitem #1\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"cf7299c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%C2%A9%20%22%2C%22after%22%3A%22%20Praktijk%20Equine%22%7D\\\"]\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9d4996f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.484},\"elements\":[{\"id\":\"6fbf119\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy verklaring\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":[]},{\"text\":\"Algemene voorwaarden\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__dynamic__\":[],\"_id\":\"90990fb\"},{\"text\":\"Deze website is gerealiseerd door Webzuiver\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/webzuiver.nl\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"1ccc61c\"}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"divider_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(243,62,'_elementor_page_assets','a:0:{}'),(244,62,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(246,63,'_elementor_edit_mode','builder'),(247,63,'_elementor_template_type','footer'),(248,63,'_elementor_version','3.8.0'),(249,63,'_elementor_pro_version','3.8.0'),(250,63,'_wp_page_template','default'),(251,63,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-footer-rechts.png\",\"id\":59,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":584,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06037ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"0b33372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.946},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl<br \\/>www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f6efbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.054,\"space_between_widgets\":0},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b9ece7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6596206\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82a5b81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.516,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f32baec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lijstitem #1\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"cf7299c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%C2%A9%20%22%2C%22after%22%3A%22%20Praktijk%20Equine%22%7D\\\"]\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9d4996f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.484},\"elements\":[{\"id\":\"6fbf119\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy verklaring\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":[]},{\"text\":\"Algemene voorwaarden\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__dynamic__\":[],\"_id\":\"90990fb\"},{\"text\":\"Deze website is gerealiseerd door Webzuiver\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/webzuiver.nl\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"1ccc61c\"}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"divider_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(252,63,'_elementor_page_assets','a:0:{}'),(253,63,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(255,64,'_elementor_edit_mode','builder'),(256,64,'_elementor_template_type','footer'),(257,64,'_elementor_version','3.8.0'),(258,64,'_elementor_pro_version','3.8.0'),(259,64,'_wp_page_template','default'),(260,64,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-footer-rechts.png\",\"id\":59,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":584,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06037ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"0b33372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.946},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl<br \\/>www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f6efbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.054,\"space_between_widgets\":0},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b9ece7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6596206\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82a5b81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.516,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f32baec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lijstitem #1\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"cf7299c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%C2%A9%20%22%2C%22after%22%3A%22%20Praktijk%20Equine%22%7D\\\"]\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9d4996f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.484},\"elements\":[{\"id\":\"6fbf119\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy verklaring\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":[]},{\"text\":\"Algemene voorwaarden\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__dynamic__\":[],\"_id\":\"90990fb\"},{\"text\":\"Deze website is gerealiseerd door Webzuiver\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/webzuiver.nl\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"1ccc61c\"}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"divider_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(261,64,'_elementor_page_assets','a:0:{}'),(262,64,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(267,2,'_elementor_edit_mode','builder'),(268,2,'_elementor_template_type','wp-page'),(269,2,'_elementor_version','3.8.0'),(270,2,'_elementor_pro_version','3.8.1'),(272,65,'_wp_page_template','default'),(273,65,'_elementor_edit_mode','builder'),(274,65,'_elementor_template_type','wp-page'),(275,65,'_elementor_version','3.8.0'),(276,65,'_elementor_pro_version','3.8.0'),(278,66,'_wp_page_template','default'),(279,66,'_elementor_edit_mode','builder'),(280,66,'_elementor_template_type','wp-page'),(281,66,'_elementor_version','3.8.0'),(282,66,'_elementor_pro_version','3.8.0'),(284,2,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(285,2,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(286,67,'_wp_page_template','default'),(287,67,'_elementor_edit_mode','builder'),(288,67,'_elementor_template_type','wp-page'),(289,67,'_elementor_version','3.8.0'),(290,67,'_elementor_pro_version','3.8.0'),(292,67,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(293,67,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1e37e1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(294,2,'_elementor_page_assets','a:0:{}'),(305,69,'_wp_attached_file','tekening-paard-wit.png'),(306,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:630;s:6:\"height\";i:910;s:4:\"file\";s:22:\"tekening-paard-wit.png\";s:8:\"filesize\";i:37271;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"tekening-paard-wit-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"tekening-paard-wit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(307,70,'_wp_attached_file','jeannette-foto.png'),(308,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:670;s:6:\"height\";i:688;s:4:\"file\";s:18:\"jeannette-foto.png\";s:8:\"filesize\";i:614428;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"jeannette-foto-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136343;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"jeannette-foto-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42574;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(309,71,'_wp_attached_file','Achtergrond-roze.png'),(310,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:275;s:4:\"file\";s:20:\"Achtergrond-roze.png\";s:8:\"filesize\";i:32895;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Achtergrond-roze-300x64.png\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5200;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Achtergrond-roze-1024x218.png\";s:5:\"width\";i:1024;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25563;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Achtergrond-roze-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Achtergrond-roze-768x163.png\";s:5:\"width\";i:768;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16835;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(311,72,'_wp_page_template','default'),(312,72,'_elementor_edit_mode','builder'),(313,72,'_elementor_template_type','wp-page'),(314,72,'_elementor_version','3.8.0'),(315,72,'_elementor_pro_version','3.8.0'),(316,72,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(317,72,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1e37e1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(318,72,'_elementor_page_assets','a:0:{}'),(319,73,'_wp_page_template','default'),(320,73,'_elementor_edit_mode','builder'),(321,73,'_elementor_template_type','wp-page'),(322,73,'_elementor_version','3.8.0'),(323,73,'_elementor_pro_version','3.8.0'),(324,73,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(325,73,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1e37e1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(326,73,'_elementor_page_assets','a:0:{}'),(327,74,'_wp_page_template','default'),(328,74,'_elementor_edit_mode','builder'),(329,74,'_elementor_template_type','wp-page'),(330,74,'_elementor_version','3.8.0'),(331,74,'_elementor_pro_version','3.8.0'),(332,74,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(333,74,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen?<br \\/>Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen<br \\/>op maat kunnen wij diverse klachten verhelpen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(334,74,'_elementor_page_assets','a:0:{}'),(345,76,'_elementor_edit_mode','builder'),(346,76,'_elementor_template_type','kit'),(347,76,'_wp_page_template','default'),(348,76,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(349,76,'_elementor_data','[]'),(350,76,'_elementor_page_assets','a:0:{}'),(351,76,'_elementor_version','3.8.0'),(352,76,'_elementor_pro_version','3.8.0'),(355,77,'_elementor_edit_mode','builder'),(356,77,'_elementor_template_type','kit'),(357,77,'_wp_page_template','default'),(358,77,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:1:{i:0;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:3:\"_id\";s:7:\"2f61adb\";s:5:\"title\";s:16:\"Eastman subtitel\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(359,77,'_elementor_data','[]'),(360,77,'_elementor_page_assets','a:0:{}'),(361,77,'_elementor_version','3.8.0'),(362,77,'_elementor_pro_version','3.8.0'),(364,78,'_elementor_edit_mode','builder'),(365,78,'_elementor_template_type','kit'),(366,78,'_wp_page_template','default'),(367,78,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:1:{i:0;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:3:\"_id\";s:7:\"2f61adb\";s:5:\"title\";s:16:\"Eastman subtitel\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(368,78,'_elementor_data','[]'),(369,78,'_elementor_page_assets','a:0:{}'),(370,78,'_elementor_version','3.8.0'),(371,78,'_elementor_pro_version','3.8.0'),(373,79,'_wp_page_template','default'),(374,79,'_elementor_edit_mode','builder'),(375,79,'_elementor_template_type','wp-page'),(376,79,'_elementor_version','3.8.0'),(377,79,'_elementor_pro_version','3.8.0'),(378,79,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(379,79,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen?<br \\/>Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen<br \\/>op maat kunnen wij diverse klachten verhelpen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(380,79,'_elementor_page_assets','a:0:{}'),(381,80,'_wp_page_template','default'),(382,80,'_elementor_edit_mode','builder'),(383,80,'_elementor_template_type','wp-page'),(384,80,'_elementor_version','3.8.0'),(385,80,'_elementor_pro_version','3.8.0'),(386,80,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(387,80,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen?<br \\/>Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen<br \\/>op maat kunnen wij diverse klachten verhelpen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(388,80,'_elementor_page_assets','a:0:{}'),(389,81,'_wp_page_template','default'),(390,81,'_elementor_edit_mode','builder'),(391,81,'_elementor_template_type','wp-page'),(392,81,'_elementor_version','3.8.0'),(393,81,'_elementor_pro_version','3.8.0'),(394,81,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(395,81,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(396,81,'_elementor_page_assets','a:0:{}'),(410,83,'_elementor_edit_mode','builder'),(411,83,'_elementor_template_type','kit'),(412,83,'_wp_page_template','default'),(413,83,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:3:\"_id\";s:7:\"2f61adb\";s:5:\"title\";s:16:\"Eastman subtitel\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"15275d7\";s:5:\"title\";s:10:\"Eastman H1\";}i:2;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"70907af\";s:5:\"title\";s:10:\"Eastman H2\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(414,83,'_elementor_data','[]'),(415,83,'_elementor_page_assets','a:0:{}'),(416,83,'_elementor_version','3.8.0'),(417,83,'_elementor_pro_version','3.8.0'),(419,84,'_wp_page_template','default'),(420,84,'_elementor_edit_mode','builder'),(421,84,'_elementor_template_type','wp-page'),(422,84,'_elementor_version','3.8.0'),(423,84,'_elementor_pro_version','3.8.0'),(424,84,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(425,84,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(426,84,'_elementor_page_assets','a:0:{}'),(427,85,'_wp_page_template','default'),(428,85,'_elementor_edit_mode','builder'),(429,85,'_elementor_template_type','wp-page'),(430,85,'_elementor_version','3.8.0'),(431,85,'_elementor_pro_version','3.8.0'),(432,85,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(433,85,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(434,85,'_elementor_page_assets','a:0:{}'),(435,86,'_wp_page_template','default'),(436,86,'_elementor_edit_mode','builder'),(437,86,'_elementor_template_type','wp-page'),(438,86,'_elementor_version','3.8.0'),(439,86,'_elementor_pro_version','3.8.0'),(440,86,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(441,86,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(442,86,'_elementor_page_assets','a:0:{}'),(453,88,'_elementor_edit_mode','builder'),(454,88,'_elementor_template_type','kit'),(455,88,'_wp_page_template','default'),(456,88,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:3:\"_id\";s:7:\"2f61adb\";s:5:\"title\";s:16:\"Eastman subtitel\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"15275d7\";s:5:\"title\";s:10:\"Eastman H1\";}i:2;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"70907af\";s:5:\"title\";s:10:\"Eastman H2\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(457,88,'_elementor_data','[]'),(458,88,'_elementor_page_assets','a:0:{}'),(459,88,'_elementor_version','3.8.0'),(460,88,'_elementor_pro_version','3.8.0'),(461,89,'_wp_page_template','default'),(462,89,'_elementor_edit_mode','builder'),(463,89,'_elementor_template_type','wp-page'),(464,89,'_elementor_version','3.8.0'),(465,89,'_elementor_pro_version','3.8.0'),(466,89,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(467,89,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(468,89,'_elementor_page_assets','a:0:{}'),(469,90,'_wp_page_template','default'),(470,90,'_elementor_edit_mode','builder'),(471,90,'_elementor_template_type','wp-page'),(472,90,'_elementor_version','3.8.0'),(473,90,'_elementor_pro_version','3.8.0'),(474,90,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(475,90,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij<br \\/>diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br \\/>te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(476,90,'_elementor_page_assets','a:0:{}'),(477,91,'_wp_page_template','default'),(478,91,'_elementor_edit_mode','builder'),(479,91,'_elementor_template_type','wp-page'),(480,91,'_elementor_version','3.8.0'),(481,91,'_elementor_pro_version','3.8.0'),(482,91,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(483,91,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(484,91,'_elementor_page_assets','a:0:{}'),(488,92,'_elementor_edit_mode','builder'),(489,92,'_elementor_template_type','header'),(490,92,'_elementor_version','3.8.0'),(491,92,'_elementor_pro_version','3.8.0'),(492,92,'_wp_page_template','default'),(493,92,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":53,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(494,92,'_elementor_page_assets','a:0:{}'),(495,92,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(496,92,'_elementor_screenshot','a:2:{s:2:\"id\";i:52;s:3:\"url\";s:144:\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_16_2022-11-04-08-38-00_23da4e99.png\";}'),(500,93,'_elementor_edit_mode','builder'),(501,93,'_elementor_template_type','header'),(502,93,'_elementor_version','3.8.0'),(503,93,'_elementor_pro_version','3.8.0'),(504,93,'_wp_page_template','default'),(505,93,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":53,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(506,93,'_elementor_page_assets','a:0:{}'),(507,93,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(510,94,'_elementor_edit_mode','builder'),(511,94,'_elementor_template_type','header'),(512,94,'_elementor_version','3.8.0'),(513,94,'_elementor_pro_version','3.8.0'),(514,94,'_wp_page_template','default'),(515,94,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(516,94,'_elementor_page_assets','a:0:{}'),(517,94,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(520,95,'_elementor_edit_mode','builder'),(521,95,'_elementor_template_type','footer'),(522,95,'_elementor_version','3.8.0'),(523,95,'_elementor_pro_version','3.8.0'),(524,95,'_wp_page_template','default'),(525,95,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-footer-rechts.png\",\"id\":59,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":584,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"06037ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"0b33372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.946,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl<br \\/>www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f6efbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.054,\"space_between_widgets\":0,\"_inline_size_mobile\":50,\"content_position_mobile\":\"bottom\"},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Lato\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b9ece7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6596206\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82a5b81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.516,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f32baec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lijstitem #1\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"cf7299c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%C2%A9%20%22%2C%22after%22%3A%22%20Praktijk%20Equine%22%7D\\\"]\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9d4996f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.484,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6fbf119\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy verklaring\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":[]},{\"text\":\"Algemene voorwaarden\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__dynamic__\":[],\"_id\":\"90990fb\"},{\"text\":\"Deze website is gerealiseerd door Webzuiver\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/webzuiver.nl\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"1ccc61c\"}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"divider_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(526,95,'_elementor_page_assets','a:0:{}'),(527,95,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(531,96,'_elementor_edit_mode','builder'),(532,96,'_elementor_template_type','footer'),(533,96,'_elementor_version','3.8.0'),(534,96,'_elementor_pro_version','3.8.0'),(535,96,'_wp_page_template','default'),(536,96,'_elementor_data','[{\"id\":\"c31ce72\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-footer-rechts.png\",\"id\":59,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":584,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"ac88802\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"06037ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"0b33372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.946,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1acebf5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/praktijk-equine-logo-kleur-footer.png\",\"id\":57,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01812df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jeanette Stroeve<br \\/><a href=\\\"tel:0650498595\\\"><strong>06 50 49 85 95<\\/strong><\\/a><\\/p><p>info@praktijkequine.nl<br \\/>www.praktijkequine.nl<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f6efbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.054,\"space_between_widgets\":0,\"_inline_size_mobile\":50,\"content_position_mobile\":\"bottom\"},\"elements\":[{\"id\":\"41a534b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Lato\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b9ece7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"@praktijkequine\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"primary_color\":\"#EA6B8B\",\"secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=text\",\"primary_color\":\"globals\\/colors?id=accent\",\"secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6596206\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82a5b81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.516,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f32baec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lijstitem #1\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"cf7299c\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%C2%A9%20%22%2C%22after%22%3A%22%20Praktijk%20Equine%22%7D\\\"]\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9d4996f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.484,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6fbf119\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy verklaring\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"470464e\",\"__dynamic__\":[]},{\"text\":\"Algemene voorwaarden\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__dynamic__\":[],\"_id\":\"90990fb\"},{\"text\":\"Deze website is gerealiseerd door Webzuiver\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/webzuiver.nl\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"1ccc61c\"}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"divider_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(537,96,'_elementor_page_assets','a:0:{}'),(538,96,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(540,54,'_elementor_controls_usage','a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:15:\"position_mobile\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:7:{s:13:\"primary_color\";i:2;s:15:\"secondary_color\";i:2;s:21:\"hover_secondary_color\";i:2;s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:6:\"rotate\";i:2;}s:21:\"section_style_content\";a:11:{s:10:\"text_align\";i:2;s:26:\"content_vertical_alignment\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:2;s:4:\"view\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_font_weight\";i:2;}s:17:\"section_icon_list\";a:3:{s:17:\"icon_align_mobile\";i:2;s:7:\"divider\";i:1;s:14:\"divider_height\";i:1;}}}}}'),(542,97,'_wp_page_template','default'),(543,97,'_elementor_edit_mode','builder'),(544,97,'_elementor_template_type','wp-page'),(545,97,'_elementor_version','3.8.0'),(546,97,'_elementor_pro_version','3.8.0'),(547,97,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(548,97,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(549,97,'_elementor_page_assets','a:0:{}'),(551,98,'_wp_page_template','default'),(552,98,'_elementor_edit_mode','builder'),(553,98,'_elementor_template_type','wp-page'),(554,98,'_elementor_version','3.8.0'),(555,98,'_elementor_pro_version','3.8.0'),(556,98,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(557,98,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-67\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(558,98,'_elementor_page_assets','a:0:{}'),(560,99,'_wp_page_template','default'),(561,99,'_elementor_edit_mode','builder'),(562,99,'_elementor_template_type','wp-page'),(563,99,'_elementor_version','3.8.0'),(564,99,'_elementor_pro_version','3.8.0'),(565,99,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(566,99,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(567,99,'_elementor_page_assets','a:0:{}'),(570,100,'_elementor_edit_mode','builder'),(571,100,'_elementor_template_type','header'),(572,100,'_elementor_version','3.8.0'),(573,100,'_elementor_pro_version','3.8.0'),(574,100,'_wp_page_template','default'),(575,100,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(576,100,'_elementor_page_assets','a:0:{}'),(577,100,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(582,101,'_wp_page_template','default'),(583,101,'_elementor_edit_mode','builder'),(584,101,'_elementor_template_type','wp-page'),(585,101,'_elementor_version','3.8.0'),(586,101,'_elementor_pro_version','3.8.0'),(587,101,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(588,101,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(589,101,'_elementor_page_assets','a:0:{}'),(591,102,'_wp_page_template','default'),(592,102,'_elementor_edit_mode','builder'),(593,102,'_elementor_template_type','wp-page'),(594,102,'_elementor_version','3.8.0'),(595,102,'_elementor_pro_version','3.8.0'),(596,102,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(597,102,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(598,102,'_elementor_page_assets','a:0:{}'),(600,103,'_wp_page_template','default'),(601,103,'_elementor_edit_mode','builder'),(602,103,'_elementor_template_type','wp-page'),(603,103,'_elementor_version','3.8.0'),(604,103,'_elementor_pro_version','3.8.0'),(605,103,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(606,103,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(607,103,'_elementor_page_assets','a:0:{}'),(610,104,'_elementor_edit_mode','builder'),(611,104,'_elementor_template_type','header'),(612,104,'_elementor_version','3.8.0'),(613,104,'_elementor_pro_version','3.8.0'),(614,104,'_wp_page_template','default'),(615,104,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":53,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(616,104,'_elementor_page_assets','a:0:{}'),(617,104,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(633,106,'_elementor_edit_mode','builder'),(634,106,'_elementor_template_type','header'),(635,106,'_elementor_version','3.8.0'),(636,106,'_elementor_pro_version','3.8.0'),(637,106,'_wp_page_template','default'),(638,106,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(639,106,'_elementor_page_assets','a:0:{}'),(640,106,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(654,108,'_elementor_edit_mode','builder'),(655,108,'_elementor_template_type','kit'),(656,108,'_wp_page_template','default'),(657,108,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:6:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:3:\"_id\";s:7:\"2f61adb\";s:5:\"title\";s:16:\"Eastman subtitel\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"15275d7\";s:5:\"title\";s:10:\"Eastman H1\";}i:2;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"70907af\";s:5:\"title\";s:10:\"Eastman H2\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(658,108,'_elementor_data','[]'),(659,108,'_elementor_page_assets','a:0:{}'),(660,108,'_elementor_version','3.8.0'),(661,108,'_elementor_pro_version','3.8.0'),(663,109,'_wp_page_template','default'),(664,109,'_elementor_edit_mode','builder'),(665,109,'_elementor_template_type','wp-page'),(666,109,'_elementor_version','3.8.0'),(667,109,'_elementor_pro_version','3.8.0'),(668,109,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(669,109,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(670,109,'_elementor_page_assets','a:0:{}'),(671,110,'_wp_page_template','default'),(672,110,'_elementor_edit_mode','builder'),(673,110,'_elementor_template_type','wp-page'),(674,110,'_elementor_version','3.8.0'),(675,110,'_elementor_pro_version','3.8.0'),(676,110,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(677,110,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.625},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.375,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(678,110,'_elementor_page_assets','a:0:{}'),(679,111,'_wp_page_template','default'),(680,111,'_elementor_edit_mode','builder'),(681,111,'_elementor_template_type','wp-page'),(682,111,'_elementor_version','3.8.0'),(683,111,'_elementor_pro_version','3.8.0'),(684,111,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(685,111,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.089},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.911,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(686,111,'_elementor_page_assets','a:0:{}'),(692,112,'_wp_page_template','default'),(693,112,'_elementor_edit_mode','builder'),(694,112,'_elementor_template_type','wp-page'),(695,112,'_elementor_version','3.8.0'),(696,112,'_elementor_pro_version','3.8.0'),(697,112,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(698,112,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.089},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.911,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(699,112,'_elementor_page_assets','a:0:{}'),(701,113,'_wp_page_template','default'),(702,113,'_elementor_edit_mode','builder'),(703,113,'_elementor_template_type','wp-page'),(704,113,'_elementor_version','3.8.0'),(705,113,'_elementor_pro_version','3.8.0'),(706,113,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(707,113,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.089},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.911,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(708,113,'_elementor_page_assets','a:0:{}'),(710,114,'_wp_page_template','default'),(711,114,'_elementor_edit_mode','builder'),(712,114,'_elementor_template_type','wp-page'),(713,114,'_elementor_version','3.8.0'),(714,114,'_elementor_pro_version','3.8.0'),(715,114,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(716,114,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(717,114,'_elementor_page_assets','a:0:{}'),(733,116,'_wp_attached_file','kleuren-achtergrond-links-2.png'),(734,116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1355;s:6:\"height\";i:1545;s:4:\"file\";s:31:\"kleuren-achtergrond-links-2.png\";s:8:\"filesize\";i:150215;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-2-263x300.png\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24901;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"kleuren-achtergrond-links-2-898x1024.png\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-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:12428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-2-768x876.png\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88988;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"kleuren-achtergrond-links-2-1347x1536.png\";s:5:\"width\";i:1347;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177113;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(735,117,'_wp_attached_file','kleuren-achtergrond-links-3.png'),(736,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1355;s:6:\"height\";i:1545;s:4:\"file\";s:31:\"kleuren-achtergrond-links-3.png\";s:8:\"filesize\";i:152406;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-3-263x300.png\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25009;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"kleuren-achtergrond-links-3-898x1024.png\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108293;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12454;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-3-768x876.png\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89506;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"kleuren-achtergrond-links-3-1347x1536.png\";s:5:\"width\";i:1347;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(739,118,'_wp_attached_file','kleuren-achtergrond-links-4.png'),(740,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1286;s:6:\"height\";i:1348;s:4:\"file\";s:31:\"kleuren-achtergrond-links-4.png\";s:8:\"filesize\";i:158173;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-4-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24230;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"kleuren-achtergrond-links-4-977x1024.png\";s:5:\"width\";i:977;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-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:11597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-4-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(742,119,'_elementor_edit_mode','builder'),(743,119,'_elementor_template_type','header'),(744,119,'_elementor_version','3.8.0'),(745,119,'_elementor_pro_version','3.8.0'),(746,119,'_wp_page_template','default'),(747,119,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(748,119,'_elementor_page_assets','a:0:{}'),(749,119,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(753,120,'_wp_page_template','default'),(754,120,'_elementor_edit_mode','builder'),(755,120,'_elementor_template_type','wp-page'),(756,120,'_elementor_version','3.8.0'),(757,120,'_elementor_pro_version','3.8.0'),(758,120,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(759,120,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(760,120,'_elementor_page_assets','a:0:{}'),(762,121,'_wp_page_template','default'),(763,121,'_elementor_edit_mode','builder'),(764,121,'_elementor_template_type','wp-page'),(765,121,'_elementor_version','3.8.0'),(766,121,'_elementor_pro_version','3.8.0'),(767,121,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(768,121,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links.png\",\"id\":11,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(769,121,'_elementor_page_assets','a:0:{}'),(771,122,'_wp_page_template','default'),(772,122,'_elementor_edit_mode','builder'),(773,122,'_elementor_template_type','wp-page'),(774,122,'_elementor_version','3.8.0'),(775,122,'_elementor_pro_version','3.8.0'),(776,122,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(777,122,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":982,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(778,122,'_elementor_page_assets','a:0:{}'),(786,123,'_edit_last','1'),(787,123,'_edit_lock','1667999167:1'),(788,123,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(789,123,'_elementor_location','elementor_head'),(790,123,'_elementor_priority','1'),(791,123,'_elementor_code','<!-- Google tag (gtag.js) -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-VPHPY9MLHQ\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n\r\n gtag(\'config\', \'G-VPHPY9MLHQ\');\r\n</script>'),(792,123,'_elementor_extra_options','a:0:{}'),(793,124,'_wp_page_template','default'),(794,124,'_elementor_edit_mode','builder'),(795,124,'_elementor_template_type','wp-page'),(796,124,'_elementor_version','3.8.0'),(797,124,'_elementor_pro_version','3.8.0'),(798,124,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(799,124,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":982,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(800,124,'_elementor_page_assets','a:0:{}'),(802,125,'_wp_page_template','default'),(803,125,'_elementor_edit_mode','builder'),(804,125,'_elementor_template_type','wp-page'),(805,125,'_elementor_version','3.8.0'),(806,125,'_elementor_pro_version','3.8.0'),(807,125,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(808,125,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":982,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(809,125,'_elementor_page_assets','a:0:{}'),(811,126,'_wp_page_template','default'),(812,126,'_elementor_edit_mode','builder'),(813,126,'_elementor_template_type','wp-page'),(814,126,'_elementor_version','3.8.0'),(815,126,'_elementor_pro_version','3.8.0'),(816,126,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(817,126,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":41,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(818,126,'_elementor_page_assets','a:0:{}'),(822,127,'_wp_page_template','default'),(823,127,'_elementor_edit_mode','builder'),(824,127,'_elementor_template_type','wp-page'),(825,127,'_elementor_version','3.8.0'),(826,127,'_elementor_pro_version','3.8.1'),(827,127,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(828,127,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":41,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(829,127,'_elementor_page_assets','a:0:{}'),(831,128,'_wp_page_template','default'),(832,128,'_elementor_edit_mode','builder'),(833,128,'_elementor_template_type','wp-page'),(834,128,'_elementor_version','3.8.0'),(835,128,'_elementor_pro_version','3.8.1'),(836,128,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(837,128,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":41,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(838,128,'_elementor_page_assets','a:0:{}'),(840,129,'_wp_page_template','default'),(841,129,'_elementor_edit_mode','builder'),(842,129,'_elementor_template_type','wp-page'),(843,129,'_elementor_version','3.8.0'),(844,129,'_elementor_pro_version','3.8.1'),(845,129,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(846,129,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":53,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":37,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(847,129,'_elementor_page_assets','a:0:{}'),(851,130,'_wp_page_template','default'),(852,130,'_elementor_edit_mode','builder'),(853,130,'_elementor_template_type','wp-page'),(854,130,'_elementor_version','3.8.0'),(855,130,'_elementor_pro_version','3.8.1'),(856,130,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(857,130,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":53,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":37,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(858,130,'_elementor_page_assets','a:0:{}'),(860,131,'_wp_page_template','default'),(861,131,'_elementor_edit_mode','builder'),(862,131,'_elementor_template_type','wp-page'),(863,131,'_elementor_version','3.8.0'),(864,131,'_elementor_pro_version','3.8.1'),(865,131,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(866,131,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":53,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":37,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(867,131,'_elementor_page_assets','a:0:{}'),(869,132,'_wp_page_template','default'),(870,132,'_elementor_edit_mode','builder'),(871,132,'_elementor_template_type','wp-page'),(872,132,'_elementor_version','3.8.0'),(873,132,'_elementor_pro_version','3.8.1'),(874,132,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(875,132,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(876,132,'_elementor_page_assets','a:0:{}'),(880,133,'_wp_page_template','default'),(881,133,'_elementor_edit_mode','builder'),(882,133,'_elementor_template_type','wp-page'),(883,133,'_elementor_version','3.8.0'),(884,133,'_elementor_pro_version','3.8.1'),(885,133,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(886,133,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(887,133,'_elementor_page_assets','a:0:{}'),(889,134,'_wp_page_template','default'),(890,134,'_elementor_edit_mode','builder'),(891,134,'_elementor_template_type','wp-page'),(892,134,'_elementor_version','3.8.0'),(893,134,'_elementor_pro_version','3.8.1'),(894,134,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(895,134,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(896,134,'_elementor_page_assets','a:0:{}'),(898,135,'_wp_page_template','default'),(899,135,'_elementor_edit_mode','builder'),(900,135,'_elementor_template_type','wp-page'),(901,135,'_elementor_version','3.8.0'),(902,135,'_elementor_pro_version','3.8.1'),(903,135,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(904,135,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(905,135,'_elementor_page_assets','a:0:{}'),(909,136,'_elementor_edit_mode','builder'),(910,136,'_elementor_template_type','header'),(911,136,'_elementor_version','3.8.0'),(912,136,'_elementor_pro_version','3.8.0'),(913,136,'_wp_page_template','default'),(914,136,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":9,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(915,136,'_elementor_page_assets','a:0:{}'),(916,136,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(920,137,'_elementor_edit_mode','builder'),(921,137,'_elementor_template_type','header'),(922,137,'_elementor_version','3.8.0'),(923,137,'_elementor_pro_version','3.8.1'),(924,137,'_wp_page_template','default'),(925,137,'_elementor_data','[{\"id\":\"603cbad\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"z_index\":99},\"elements\":[{\"id\":\"7659ec2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.725,\"_inline_size_tablet\":25,\"_inline_size_mobile\":42},\"elements\":[{\"id\":\"0ce75cc\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"fcf492b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.604,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2},\"elements\":[],\"isInner\":false},{\"id\":\"0ff9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.337,\"_inline_size_tablet\":25,\"_inline_size_mobile\":51,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b907919\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"06 50 49 85 95\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4c033e7\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=text\"},\"icon_align\":\"right\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(926,137,'_elementor_page_assets','a:0:{}'),(927,137,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(929,16,'_elementor_controls_usage','a:4:{s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"align\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:5:\"space\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:1;}s:18:\"section_text_style\";a:5:{s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"z_index\";i:1;}}}}}'),(931,138,'_wp_page_template','default'),(932,138,'_elementor_edit_mode','builder'),(933,138,'_elementor_template_type','wp-page'),(934,138,'_elementor_version','3.8.0'),(935,138,'_elementor_pro_version','3.8.1'),(936,138,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(937,138,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(938,138,'_elementor_page_assets','a:0:{}'),(940,139,'_wp_page_template','default'),(941,139,'_elementor_edit_mode','builder'),(942,139,'_elementor_template_type','wp-page'),(943,139,'_elementor_version','3.8.0'),(944,139,'_elementor_pro_version','3.8.1'),(945,139,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(946,139,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.231},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.769,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=15275d7\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(947,139,'_elementor_page_assets','a:0:{}'),(949,140,'_wp_page_template','default'),(950,140,'_elementor_edit_mode','builder'),(951,140,'_elementor_template_type','wp-page'),(952,140,'_elementor_version','3.8.0'),(953,140,'_elementor_pro_version','3.8.1'),(954,140,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(955,140,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(956,140,'_elementor_page_assets','a:0:{}'),(960,141,'_wp_page_template','default'),(961,141,'_elementor_edit_mode','builder'),(962,141,'_elementor_template_type','wp-page'),(963,141,'_elementor_version','3.8.0'),(964,141,'_elementor_pro_version','3.8.1'),(965,141,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(966,141,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(967,141,'_elementor_page_assets','a:0:{}'),(969,142,'_wp_page_template','default'),(970,142,'_elementor_edit_mode','builder'),(971,142,'_elementor_template_type','wp-page'),(972,142,'_elementor_version','3.8.0'),(973,142,'_elementor_pro_version','3.8.1'),(974,142,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(975,142,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(976,142,'_elementor_page_assets','a:0:{}'),(978,143,'_wp_page_template','default'),(979,143,'_elementor_edit_mode','builder'),(980,143,'_elementor_template_type','wp-page'),(981,143,'_elementor_version','3.8.0'),(982,143,'_elementor_pro_version','3.8.1'),(983,143,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(984,143,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":78,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(985,143,'_elementor_page_assets','a:0:{}'),(989,144,'_wp_page_template','default'),(990,144,'_elementor_edit_mode','builder'),(991,144,'_elementor_template_type','wp-page'),(992,144,'_elementor_version','3.8.0'),(993,144,'_elementor_pro_version','3.8.1'),(994,144,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(995,144,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":78,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(996,144,'_elementor_page_assets','a:0:{}'),(998,145,'_wp_page_template','default'),(999,145,'_elementor_edit_mode','builder'),(1000,145,'_elementor_template_type','wp-page'),(1001,145,'_elementor_version','3.8.0'),(1002,145,'_elementor_pro_version','3.8.1'),(1003,145,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1004,145,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":78,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1005,145,'_elementor_page_assets','a:0:{}'),(1007,146,'_wp_page_template','default'),(1008,146,'_elementor_edit_mode','builder'),(1009,146,'_elementor_template_type','wp-page'),(1010,146,'_elementor_version','3.8.0'),(1011,146,'_elementor_pro_version','3.8.1'),(1012,146,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1013,146,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":63,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1014,146,'_elementor_page_assets','a:0:{}'),(1018,147,'_wp_page_template','default'),(1019,147,'_elementor_edit_mode','builder'),(1020,147,'_elementor_template_type','wp-page'),(1021,147,'_elementor_version','3.8.0'),(1022,147,'_elementor_pro_version','3.8.1'),(1023,147,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1024,147,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":63,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1025,147,'_elementor_page_assets','a:0:{}'),(1027,148,'_wp_page_template','default'),(1028,148,'_elementor_edit_mode','builder'),(1029,148,'_elementor_template_type','wp-page'),(1030,148,'_elementor_version','3.8.0'),(1031,148,'_elementor_pro_version','3.8.1'),(1032,148,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1033,148,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":63,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1034,148,'_elementor_page_assets','a:0:{}'),(1036,149,'_wp_page_template','default'),(1037,149,'_elementor_edit_mode','builder'),(1038,149,'_elementor_template_type','wp-page'),(1039,149,'_elementor_version','3.8.0'),(1040,149,'_elementor_pro_version','3.8.1'),(1041,149,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1042,149,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":79,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1043,149,'_elementor_page_assets','a:0:{}'),(1047,150,'_wp_page_template','default'),(1048,150,'_elementor_edit_mode','builder'),(1049,150,'_elementor_template_type','wp-page'),(1050,150,'_elementor_version','3.8.0'),(1051,150,'_elementor_pro_version','3.8.1'),(1052,150,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1053,150,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":79,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1054,150,'_elementor_page_assets','a:0:{}'),(1056,151,'_wp_page_template','default'),(1057,151,'_elementor_edit_mode','builder'),(1058,151,'_elementor_template_type','wp-page'),(1059,151,'_elementor_version','3.8.0'),(1060,151,'_elementor_pro_version','3.8.1'),(1061,151,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1062,151,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":79,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1063,151,'_elementor_page_assets','a:0:{}'),(1065,152,'_wp_page_template','default'),(1066,152,'_elementor_edit_mode','builder'),(1067,152,'_elementor_template_type','wp-page'),(1068,152,'_elementor_version','3.8.0'),(1069,152,'_elementor_pro_version','3.8.1'),(1070,152,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1071,152,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":57,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1072,152,'_elementor_page_assets','a:0:{}'),(1076,153,'_wp_page_template','default'),(1077,153,'_elementor_edit_mode','builder'),(1078,153,'_elementor_template_type','wp-page'),(1079,153,'_elementor_version','3.8.0'),(1080,153,'_elementor_pro_version','3.8.1'),(1081,153,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1082,153,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":57,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1083,153,'_elementor_page_assets','a:0:{}'),(1085,154,'_wp_page_template','default'),(1086,154,'_elementor_edit_mode','builder'),(1087,154,'_elementor_template_type','wp-page'),(1088,154,'_elementor_version','3.8.0'),(1089,154,'_elementor_pro_version','3.8.1'),(1090,154,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1091,154,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vw\",\"size\":57,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1092,154,'_elementor_page_assets','a:0:{}'),(1094,155,'_wp_page_template','default'),(1095,155,'_elementor_edit_mode','builder'),(1096,155,'_elementor_template_type','wp-page'),(1097,155,'_elementor_version','3.8.0'),(1098,155,'_elementor_pro_version','3.8.1'),(1099,155,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1100,155,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1101,155,'_elementor_page_assets','a:0:{}'),(1115,158,'_wp_page_template','default'),(1116,158,'_elementor_edit_mode','builder'),(1117,158,'_elementor_template_type','wp-page'),(1118,158,'_elementor_version','3.8.0'),(1119,158,'_elementor_pro_version','3.8.1'),(1120,158,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1121,158,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1122,158,'_elementor_page_assets','a:0:{}'),(1123,159,'_wp_page_template','default'),(1124,159,'_elementor_edit_mode','builder'),(1125,159,'_elementor_template_type','wp-page'),(1126,159,'_elementor_version','3.8.0'),(1127,159,'_elementor_pro_version','3.8.1'),(1128,159,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1129,159,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopaat\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische spijsverteringsproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Na initieel herstel van blessures en operaties\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Vage of chronische fitheidsklachten\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Chronische ontstekingen als mok en rotstraal\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"},{\"text\":\"Rijtechnische problemen \\/ scheefheid\\u200b\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"fef206d\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1130,159,'_elementor_page_assets','a:0:{}'),(1131,160,'_wp_page_template','default'),(1132,160,'_elementor_edit_mode','builder'),(1133,160,'_elementor_template_type','wp-page'),(1134,160,'_elementor_version','3.8.0'),(1135,160,'_elementor_pro_version','3.8.1'),(1136,160,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1137,160,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1138,160,'_elementor_page_assets','a:0:{}'),(1152,162,'_wp_attached_file','kleuren-achtergrond-links-5.png'),(1153,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1286;s:6:\"height\";i:1348;s:4:\"file\";s:31:\"kleuren-achtergrond-links-5.png\";s:8:\"filesize\";i:156589;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-5-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24185;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"kleuren-achtergrond-links-5-977x1024.png\";s:5:\"width\";i:977;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-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:11663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"kleuren-achtergrond-links-5-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1154,163,'_wp_page_template','default'),(1155,163,'_elementor_edit_mode','builder'),(1156,163,'_elementor_template_type','wp-page'),(1157,163,'_elementor_version','3.8.0'),(1158,163,'_elementor_pro_version','3.8.1'),(1159,163,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1160,163,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1161,163,'_elementor_page_assets','a:0:{}'),(1163,164,'_wp_page_template','default'),(1164,164,'_elementor_edit_mode','builder'),(1165,164,'_elementor_template_type','wp-page'),(1166,164,'_elementor_version','3.8.0'),(1167,164,'_elementor_pro_version','3.8.1'),(1168,164,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1169,164,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-4.png\",\"id\":118,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1170,164,'_elementor_page_assets','a:0:{}'),(1172,165,'_wp_page_template','default'),(1173,165,'_elementor_edit_mode','builder'),(1174,165,'_elementor_template_type','wp-page'),(1175,165,'_elementor_version','3.8.0'),(1176,165,'_elementor_pro_version','3.8.1'),(1177,165,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1178,165,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1179,165,'_elementor_page_assets','a:0:{}'),(1183,166,'_wp_attached_file','kleuren-achtergrond-links-mobiel.png'),(1184,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:805;s:6:\"height\";i:754;s:4:\"file\";s:36:\"kleuren-achtergrond-links-mobiel.png\";s:8:\"filesize\";i:63918;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"kleuren-achtergrond-links-mobiel-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"kleuren-achtergrond-links-mobiel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8177;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"kleuren-achtergrond-links-mobiel-768x719.png\";s:5:\"width\";i:768;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1185,167,'_wp_page_template','default'),(1186,167,'_elementor_edit_mode','builder'),(1187,167,'_elementor_template_type','wp-page'),(1188,167,'_elementor_version','3.8.0'),(1189,167,'_elementor_pro_version','3.8.1'),(1190,167,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1191,167,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1192,167,'_elementor_page_assets','a:0:{}'),(1194,168,'_wp_page_template','default'),(1195,168,'_elementor_edit_mode','builder'),(1196,168,'_elementor_template_type','wp-page'),(1197,168,'_elementor_version','3.8.0'),(1198,168,'_elementor_pro_version','3.8.1'),(1199,168,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1200,168,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"em\",\"size\":10,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1201,168,'_elementor_page_assets','a:0:{}'),(1203,169,'_wp_page_template','default'),(1204,169,'_elementor_edit_mode','builder'),(1205,169,'_elementor_template_type','wp-page'),(1206,169,'_elementor_version','3.8.0'),(1207,169,'_elementor_pro_version','3.8.1'),(1208,169,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1209,169,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1210,169,'_elementor_page_assets','a:0:{}'),(1214,170,'_wp_page_template','default'),(1215,170,'_elementor_edit_mode','builder'),(1216,170,'_elementor_template_type','wp-page'),(1217,170,'_elementor_version','3.8.0'),(1218,170,'_elementor_pro_version','3.8.1'),(1219,170,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1220,170,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1221,170,'_elementor_page_assets','a:0:{}'),(1223,171,'_wp_page_template','default'),(1224,171,'_elementor_edit_mode','builder'),(1225,171,'_elementor_template_type','wp-page'),(1226,171,'_elementor_version','3.8.0'),(1227,171,'_elementor_pro_version','3.8.1'),(1228,171,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1229,171,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1230,171,'_elementor_page_assets','a:0:{}'),(1232,172,'_wp_page_template','default'),(1233,172,'_elementor_edit_mode','builder'),(1234,172,'_elementor_template_type','wp-page'),(1235,172,'_elementor_version','3.8.0'),(1236,172,'_elementor_pro_version','3.8.1'),(1237,172,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1238,172,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1239,172,'_elementor_page_assets','a:0:{}'),(1243,173,'_wp_page_template','default'),(1244,173,'_elementor_edit_mode','builder'),(1245,173,'_elementor_template_type','wp-page'),(1246,173,'_elementor_version','3.8.0'),(1247,173,'_elementor_pro_version','3.8.1'),(1248,173,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1249,173,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1250,173,'_elementor_page_assets','a:0:{}'),(1252,174,'_wp_page_template','default'),(1253,174,'_elementor_edit_mode','builder'),(1254,174,'_elementor_template_type','wp-page'),(1255,174,'_elementor_version','3.8.0'),(1256,174,'_elementor_pro_version','3.8.1'),(1257,174,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1258,174,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1259,174,'_elementor_page_assets','a:0:{}'),(1261,175,'_wp_page_template','default'),(1262,175,'_elementor_edit_mode','builder'),(1263,175,'_elementor_template_type','wp-page'),(1264,175,'_elementor_version','3.8.0'),(1265,175,'_elementor_pro_version','3.8.1'),(1266,175,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1267,175,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1268,175,'_elementor_page_assets','a:0:{}'),(1283,177,'_elementor_edit_mode','builder'),(1284,177,'_elementor_template_type','kit'),(1285,177,'_wp_page_template','default'),(1286,177,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:5:\"color\";s:7:\"#314361\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:5:\"color\";s:7:\"#314361\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:5:\"color\";s:7:\"#314361\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EA6B8B\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"97af059\";s:5:\"title\";s:10:\"Licht roze\";s:5:\"color\";s:7:\"#F7B8A7\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:6:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secundair\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:22:\"typography_font_weight\";s:3:\"700\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Tekst\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:3:\"_id\";s:7:\"2f61adb\";s:5:\"title\";s:16:\"Eastman subtitel\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"15275d7\";s:5:\"title\";s:10:\"Eastman H1\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:26:\"Eastman Alternate Variable\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"70907af\";s:5:\"title\";s:10:\"Eastman H2\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:15:\"Praktijk Equine\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:25:\"Alle rechten voorbehouden\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:1:{s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";}}'),(1287,177,'_elementor_data','[]'),(1288,177,'_elementor_page_assets','a:0:{}'),(1289,177,'_elementor_version','3.8.0'),(1290,177,'_elementor_pro_version','3.8.0'),(1292,6,'_elementor_css','a:6:{s:4:\"time\";i:1668413183;s:5:\"fonts\";a:3:{i:0;s:26:\"Eastman Alternate Variable\";i:2;s:4:\"Lato\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1294,16,'_elementor_css','a:6:{s:4:\"time\";i:1668413183;s:5:\"fonts\";a:1:{i:0;s:26:\"Eastman Alternate Variable\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"0ce75cc\";i:1;s:7:\"0ce75cc\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1295,54,'_elementor_css','a:6:{s:4:\"time\";i:1668413183;s:5:\"fonts\";a:1:{i:0;s:4:\"Lato\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"f32baec\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1296,178,'_wp_page_template','default'),(1297,178,'_elementor_edit_mode','builder'),(1298,178,'_elementor_template_type','wp-page'),(1299,178,'_elementor_version','3.8.0'),(1300,178,'_elementor_pro_version','3.8.1'),(1301,178,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1302,178,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1303,178,'_elementor_page_assets','a:0:{}'),(1304,178,'_elementor_css','a:6:{s:4:\"time\";i:1668413183;s:5:\"fonts\";a:2:{i:0;s:26:\"Eastman Alternate Variable\";i:3;s:4:\"Lato\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1305,179,'_wp_page_template','default'),(1306,179,'_elementor_edit_mode','builder'),(1307,179,'_elementor_template_type','wp-page'),(1308,179,'_elementor_version','3.8.0'),(1309,179,'_elementor_pro_version','3.8.1'),(1310,179,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1311,179,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw,<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1312,179,'_elementor_page_assets','a:0:{}'),(1313,179,'_elementor_css','a:6:{s:4:\"time\";i:1668413183;s:5:\"fonts\";a:2:{i:0;s:26:\"Eastman Alternate Variable\";i:3;s:4:\"Lato\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1314,180,'_wp_page_template','default'),(1315,180,'_elementor_edit_mode','builder'),(1316,180,'_elementor_template_type','wp-page'),(1317,180,'_elementor_version','3.8.0'),(1318,180,'_elementor_pro_version','3.8.1'),(1319,180,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1320,180,'_elementor_data','[{\"id\":\"05099d1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"column_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-5.png\",\"id\":162,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":35,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/roze-achtergrond-rechts.png\",\"id\":10,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"vw\",\"size\":34,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"vw\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-101\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":893,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1055,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/kleuren-achtergrond-links-mobiel.png\",\"id\":166,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"90b84c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2915c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7086087\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.213},\"elements\":[],\"isInner\":true},{\"id\":\"3a9a59c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.787,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73511f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"De beste therapie <BR>\\nvoor jouw paard\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Eastman Alternate Variable\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d93076\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b92723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"30b4ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f8fe39e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diensten\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"939a7f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bij praktijk Equine bieden wij diverse behandelingen aan:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"62f098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[{\"id\":\"bf2ca28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Osteopathie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d253c0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij\\/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cc0200b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.51,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"664fb7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hirudotherapie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"title_color\":\"#EA6B8B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c62f90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br \\/>Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen\\/klachten.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"475e41c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"2f6e91c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instructie\",\"header_size\":\"h3\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7caaae2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01c5ef9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"c3beccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.474,\"content_position_tablet\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"78ec15d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/tekening-paard-wit.png\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8dde595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.526,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets_tablet\":10,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6f4d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Klachten\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71505ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br \\/>Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a2971d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d15dba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67d04c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Gedragsveranderingen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Vage of terugkerende kreupelheden\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Rijtechnische problemen en\\/of scheefheid\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f0ccca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d268eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Verminderde algemene weerstand\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"aec4239\"},{\"text\":\"Klachten zoals mok, huidaandoening, hoefproblemen\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b5eb3ef\"},{\"text\":\"Peesblessures\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"ff6a900\"}],\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_color\":\"#EA6B8B\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Eastman Alternate Variable\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"117d639\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bb3215\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"669950d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"c819699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeanette Stroeve\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88739b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bdab3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tarieven\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2f61adb\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0bab7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Behandeling osteopathie<\\/strong> 75 euro ex. btw<br \\/><strong>Behandeling hirudotherapie<\\/strong> 75 euro ex. hirudo en ex. btw<br \\/><strong>Hirudo<\\/strong> 11 euro per stuk max. 8 per behandeling ex. btw<br \\/><strong>Reiskosten<\\/strong> 0,25 cent\\/km vanaf 10 km ex. btw<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a82bce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Neem telefonisch contact op\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"75e208e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1bf51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/jeannette-foto.png\",\"id\":70,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b8ff6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7735e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/praktijkequine.dev01.webzuiver.nl\\/wp-content\\/uploads\\/Achtergrond-roze.png\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7a9469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maak een afspraak\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=70907af\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3859cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"06 50 49 85 95\",\"link\":{\"url\":\"tel:0650498595\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"842307c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@praktijkequine.nl\",\"link\":{\"url\":\"mailto:info@praktijkequine.nl\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=97af059\",\"background_color\":\"globals\\/colors?id=text\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1321,180,'_elementor_page_assets','a:0:{}'),(1322,180,'_elementor_css','a:6:{s:4:\"time\";i:1668413183;s:5:\"fonts\";a:2:{i:0;s:26:\"Eastman Alternate Variable\";i:3;s:4:\"Lato\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1323,2,'_elementor_controls_usage','a:7:{s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:11:\"header_size\";i:5;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;s:11:\"title_color\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:2;s:9:\"icon_size\";i:2;}s:18:\"section_text_style\";a:4:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:27:\"icon_typography_font_weight\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:17:\"button_text_color\";i:4;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_element_width\";i:2;}}}}}'),(1324,2,'_elementor_css','a:6:{s:4:\"time\";i:1668413212;s:5:\"fonts\";a:2:{i:0;s:26:\"Eastman Alternate Variable\";i:3;s:4:\"Lato\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=181 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2022-10-05 13:55:50','2022-10-05 13:55:50','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','publish','closed','closed','','home','','','2022-11-14 08:06:51','2022-11-14 08:06:51','',0,'https://praktijkequine.dev01.webzuiver.nl/?page_id=2',0,'page','',0),(3,1,'2022-10-05 13:55:50','2022-10-05 13:55:50','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://praktijkequine.dev01.webzuiver.nl.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2022-10-05 13:55:50','2022-10-05 13:55:50','',0,'https://praktijkequine.dev01.webzuiver.nl/?page_id=3',0,'page','',0),(6,1,'2022-10-05 11:58:14','2022-10-05 11:58:14','','Standaard kit','','publish','closed','closed','','standaard-kit','','','2022-11-14 08:06:22','2022-11-14 08:06:22','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=6',0,'elementor_library','',0),(8,1,'2022-11-03 15:59:32','2022-11-03 15:59:32','','Favicon','','inherit','','closed','','favicon','','','2022-11-03 15:59:32','2022-11-03 15:59:32','',0,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Favicon.png',0,'attachment','image/png',0),(9,1,'2022-11-03 15:59:33','2022-11-03 15:59:33','','praktijk-equine-logo-wit','','inherit','','closed','','praktijk-equine-logo-wit','','','2022-11-03 15:59:33','2022-11-03 15:59:33','',0,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-wit.png',0,'attachment','image/png',0),(10,1,'2022-11-03 15:59:33','2022-11-03 15:59:33','','roze-achtergrond-rechts','','inherit','','closed','','roze-achtergrond-rechts','','','2022-11-03 15:59:33','2022-11-03 15:59:33','',0,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/roze-achtergrond-rechts.png',0,'attachment','image/png',0),(11,1,'2022-11-03 15:59:34','2022-11-03 15:59:34','','kleuren-achtergrond-links','','inherit','','closed','','kleuren-achtergrond-links','','','2022-11-03 15:59:34','2022-11-03 15:59:34','',0,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/kleuren-achtergrond-links.png',0,'attachment','image/png',0),(12,1,'2022-11-03 15:59:42','2022-11-03 15:59:42','https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/cropped-Favicon.png','cropped-Favicon.png','','inherit','','closed','','cropped-favicon-png','','','2022-11-03 15:59:42','2022-11-03 15:59:42','',0,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/cropped-Favicon.png',0,'attachment','image/png',0),(13,1,'2022-11-03 15:59:53','2022-11-03 15:59:53','{\n \"site_icon\": {\n \"value\": 12,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-11-03 15:59:53\"\n },\n \"hello-elementor::custom_logo\": {\n \"value\": 9,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-11-03 15:59:53\"\n },\n \"show_on_front\": {\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-11-03 15:59:53\"\n },\n \"page_on_front\": {\n \"value\": \"2\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-11-03 15:59:53\"\n }\n}','','','trash','closed','closed','','12cc173c-9896-482d-ba6f-dfa969dbdd75','','','2022-11-03 15:59:53','2022-11-03 15:59:53','',0,'https://praktijkequine.dev01.webzuiver.nl/uncategorized/12cc173c-9896-482d-ba6f-dfa969dbdd75/',0,'customize_changeset','',0),(15,1,'2022-11-04 07:33:48','2022-11-04 07:33:48','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://praktijkequine.dev01.webzuiver.nl/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 07:33:48','2022-11-04 07:33:48','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=15',0,'revision','',0),(16,1,'2022-11-04 07:39:54','2022-11-04 07:39:54','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','publish','closed','closed','','elementor-header-16','','','2022-11-09 14:37:24','2022-11-09 14:37:24','',0,'https://praktijkequine.dev01.webzuiver.nl/?post_type=elementor_library&p=16',0,'elementor_library','',0),(17,1,'2022-11-04 07:34:31','2022-11-04 07:34:31','','Elementor Header #16','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 07:34:31','2022-11-04 07:34:31','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=17',0,'revision','',0),(18,1,'2022-11-04 07:40:34','2022-11-04 07:40:34','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 07:40:34','2022-11-04 07:40:34','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=18',0,'revision','',0),(19,1,'2022-11-04 07:40:34','2022-11-04 07:40:34','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 07:40:34','2022-11-04 07:40:34','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=19',0,'revision','',0),(20,1,'2022-11-04 07:42:02','2022-11-04 07:42:02','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Elementor Header #16','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 07:42:02','2022-11-04 07:42:02','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=20',0,'revision','',0),(21,1,'2022-11-04 07:42:02','2022-11-04 07:42:02','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Elementor Header #16','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 07:42:02','2022-11-04 07:42:02','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=21',0,'revision','',0),(22,1,'2022-11-04 07:42:10','2022-11-04 07:42:10','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Elementor Header #16','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 07:42:10','2022-11-04 07:42:10','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=22',0,'revision','',0),(23,1,'2022-11-04 07:48:25','2022-11-04 07:48:25','','Eastman Alternate Variable','','publish','closed','closed','','eastman-alternate-variable','','','2022-11-04 07:48:28','2022-11-04 07:48:28','',0,'https://praktijkequine.dev01.webzuiver.nl/?post_type=elementor_font&p=23',0,'elementor_font','',0),(24,1,'2022-11-04 07:43:28','2022-11-04 07:43:28','','font','','inherit','','closed','','font','','','2022-11-04 07:43:28','2022-11-04 07:43:28','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff',0,'attachment','font/woff',0),(25,1,'2022-11-04 07:43:32','2022-11-04 07:43:32','','font','','inherit','','closed','','font-2','','','2022-11-04 07:43:32','2022-11-04 07:43:32','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font.woff2',0,'attachment','font/woff2',0),(26,1,'2022-11-04 07:44:33','2022-11-04 07:44:33','','Zetafonts - Eastman Alternate Regular','','inherit','','closed','','zetafonts-eastman-alternate-regular','','','2022-11-04 07:44:33','2022-11-04 07:44:33','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Regular.ttf',0,'attachment','application/x-font-ttf',0),(27,1,'2022-11-04 07:45:19','2022-11-04 07:45:19','','Zetafonts - Eastman Alternate Bold','','inherit','','closed','','zetafonts-eastman-alternate-bold','','','2022-11-04 07:45:19','2022-11-04 07:45:19','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Bold.ttf',0,'attachment','application/x-font-ttf',0),(28,1,'2022-11-04 07:45:31','2022-11-04 07:45:31','','font','','inherit','','closed','','font-3','','','2022-11-04 07:45:31','2022-11-04 07:45:31','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff',0,'attachment','font/woff',0),(29,1,'2022-11-04 07:45:35','2022-11-04 07:45:35','','font','','inherit','','closed','','font-4','','','2022-11-04 07:45:35','2022-11-04 07:45:35','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-1.woff2',0,'attachment','font/woff2',0),(30,1,'2022-11-04 07:45:51','2022-11-04 07:45:51','','font','','inherit','','closed','','font-5','','','2022-11-04 07:45:51','2022-11-04 07:45:51','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff',0,'attachment','font/woff',0),(31,1,'2022-11-04 07:48:04','2022-11-04 07:48:04','','font','','inherit','','closed','','font-6','','','2022-11-04 07:48:04','2022-11-04 07:48:04','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/font-2.woff2',0,'attachment','font/woff2',0),(32,1,'2022-11-04 07:48:13','2022-11-04 07:48:13','','Zetafonts - Eastman Alternate Light','','inherit','','closed','','zetafonts-eastman-alternate-light','','','2022-11-04 07:48:13','2022-11-04 07:48:13','',23,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Zetafonts-Eastman-Alternate-Light.ttf',0,'attachment','application/x-font-ttf',0),(33,1,'2022-11-04 07:49:42','2022-11-04 07:49:42','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Elementor Header #16','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 07:49:42','2022-11-04 07:49:42','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=33',0,'revision','',0),(34,1,'2022-11-04 07:50:38','2022-11-04 07:50:38','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Elementor Header #16','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 07:50:38','2022-11-04 07:50:38','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=34',0,'revision','',0),(35,1,'2022-11-04 08:30:02','2022-11-04 08:30:02','','Over mij','','publish','closed','closed','','over-mij','','','2022-11-04 08:30:02','2022-11-04 08:30:02','',0,'https://praktijkequine.dev01.webzuiver.nl/?page_id=35',0,'page','',0),(36,1,'2022-11-04 08:29:53','2022-11-04 08:29:53','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-hello-elementor','','','2022-11-04 08:29:53','2022-11-04 08:29:53','',0,'https://praktijkequine.dev01.webzuiver.nl/uncategorized/wp-global-styles-hello-elementor/',0,'wp_global_styles','',0),(37,1,'2022-11-04 08:30:02','2022-11-04 08:30:02','','Over mij','','inherit','closed','closed','','35-revision-v1','','','2022-11-04 08:30:02','2022-11-04 08:30:02','',35,'https://praktijkequine.dev01.webzuiver.nl/?p=37',0,'revision','',0),(38,1,'2022-11-04 08:36:39','2022-11-04 08:36:39','','Diensten','','publish','closed','closed','','diensten','','','2022-11-04 08:36:39','2022-11-04 08:36:39','',0,'https://praktijkequine.dev01.webzuiver.nl/?page_id=38',0,'page','',0),(39,1,'2022-11-04 08:36:39','2022-11-04 08:36:39','','Diensten','','inherit','closed','closed','','38-revision-v1','','','2022-11-04 08:36:39','2022-11-04 08:36:39','',38,'https://praktijkequine.dev01.webzuiver.nl/?p=39',0,'revision','',0),(40,1,'2022-11-04 08:36:49','2022-11-04 08:36:49','','Klachten','','publish','closed','closed','','klachten','','','2022-11-04 08:36:49','2022-11-04 08:36:49','',0,'https://praktijkequine.dev01.webzuiver.nl/?page_id=40',0,'page','',0),(41,1,'2022-11-04 08:36:49','2022-11-04 08:36:49','','Klachten','','inherit','closed','closed','','40-revision-v1','','','2022-11-04 08:36:49','2022-11-04 08:36:49','',40,'https://praktijkequine.dev01.webzuiver.nl/?p=41',0,'revision','',0),(42,1,'2022-11-04 08:36:58','2022-11-04 08:36:58','','Referencies','','publish','closed','closed','','referencies','','','2022-11-04 08:36:58','2022-11-04 08:36:58','',0,'https://praktijkequine.dev01.webzuiver.nl/?page_id=42',0,'page','',0),(43,1,'2022-11-04 08:36:58','2022-11-04 08:36:58','','Referencies','','inherit','closed','closed','','42-revision-v1','','','2022-11-04 08:36:58','2022-11-04 08:36:58','',42,'https://praktijkequine.dev01.webzuiver.nl/?p=43',0,'revision','',0),(44,1,'2022-11-04 08:37:08','2022-11-04 08:37:08','','Contact','','publish','closed','closed','','contact','','','2022-11-04 08:37:08','2022-11-04 08:37:08','',0,'https://praktijkequine.dev01.webzuiver.nl/?page_id=44',0,'page','',0),(45,1,'2022-11-04 08:37:08','2022-11-04 08:37:08','','Contact','','inherit','closed','closed','','44-revision-v1','','','2022-11-04 08:37:08','2022-11-04 08:37:08','',44,'https://praktijkequine.dev01.webzuiver.nl/?p=45',0,'revision','',0),(46,1,'2022-11-04 08:37:39','2022-11-04 08:37:39',' ','','','publish','closed','closed','','46','','','2022-11-04 08:37:39','2022-11-04 08:37:39','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=46',1,'nav_menu_item','',0),(47,1,'2022-11-04 08:37:39','2022-11-04 08:37:39',' ','','','publish','closed','closed','','47','','','2022-11-04 08:37:39','2022-11-04 08:37:39','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=47',6,'nav_menu_item','',0),(48,1,'2022-11-04 08:37:39','2022-11-04 08:37:39',' ','','','publish','closed','closed','','48','','','2022-11-04 08:37:39','2022-11-04 08:37:39','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=48',3,'nav_menu_item','',0),(49,1,'2022-11-04 08:37:39','2022-11-04 08:37:39',' ','','','publish','closed','closed','','49','','','2022-11-04 08:37:39','2022-11-04 08:37:39','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=49',4,'nav_menu_item','',0),(50,1,'2022-11-04 08:37:39','2022-11-04 08:37:39',' ','','','publish','closed','closed','','50','','','2022-11-04 08:37:39','2022-11-04 08:37:39','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=50',2,'nav_menu_item','',0),(51,1,'2022-11-04 08:37:39','2022-11-04 08:37:39',' ','','','publish','closed','closed','','51','','','2022-11-04 08:37:39','2022-11-04 08:37:39','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=51',5,'nav_menu_item','',0),(53,1,'2022-11-04 08:38:19','2022-11-04 08:38:19','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 08:38:19','2022-11-04 08:38:19','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=53',0,'revision','',0),(54,1,'2022-11-04 08:44:43','2022-11-04 08:44:43','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl<br />www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>\n <h3>\n @praktijkequine \n </h3>\n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n </li>\n </ul>\n <ul>\n <li>\n Privacy verklaring\n </li>\n <li>\n Algemene voorwaarden\n </li>\n <li>\n <a href=\"https://webzuiver.nl/\" target=\"_blank\" rel=\"noopener\">\n Deze website is gerealiseerd door Webzuiver\n </a>\n </li>\n </ul>','Elementor Footer #54','','publish','closed','closed','','elementor-footer-54','','','2022-11-04 09:46:11','2022-11-04 09:46:11','',0,'https://praktijkequine.dev01.webzuiver.nl/?post_type=elementor_library&p=54',0,'elementor_library','',0),(55,1,'2022-11-04 08:38:22','2022-11-04 08:38:22','','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 08:38:22','2022-11-04 08:38:22','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=55',0,'revision','',0),(57,1,'2022-11-04 08:39:41','2022-11-04 08:39:41','','praktijk-equine-logo-kleur-footer','','inherit','','closed','','praktijk-equine-logo-kleur-footer','','','2022-11-04 08:39:41','2022-11-04 08:39:41','',54,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png',0,'attachment','image/png',0),(58,1,'2022-11-04 08:42:58','2022-11-04 08:42:58','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 08:42:58','2022-11-04 08:42:58','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=58',0,'revision','',0),(59,1,'2022-11-04 08:51:57','2022-11-04 08:51:57','','kleuren-achtergrond-footer-rechts','','inherit','','closed','','kleuren-achtergrond-footer-rechts','','','2022-11-04 08:51:57','2022-11-04 08:51:57','',54,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/kleuren-achtergrond-footer-rechts.png',0,'attachment','image/png',0),(60,1,'2022-11-04 08:52:57','2022-11-04 08:52:57','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 08:52:57','2022-11-04 08:52:57','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=60',0,'revision','',0),(61,1,'2022-11-04 08:52:57','2022-11-04 08:52:57','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>\n <h3>\n @praktijkequine \n </h3>\n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n </li>\n </ul>\n <ul>\n <li>\n Privacy verklaring\n </li>\n <li>\n Algemene voorwaarden\n </li>\n <li>\n <a href=\"https://webzuiver.nl/\" target=\"_blank\" rel=\"noopener\">\n Deze website is gerealiseerd door Webzuiver\n </a>\n </li>\n </ul>','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 08:52:57','2022-11-04 08:52:57','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=61',0,'revision','',0),(62,1,'2022-11-04 08:53:07','2022-11-04 08:53:07','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>\n <h3>\n @praktijkequine \n </h3>\n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n </li>\n </ul>\n <ul>\n <li>\n Privacy verklaring\n </li>\n <li>\n Algemene voorwaarden\n </li>\n <li>\n <a href=\"https://webzuiver.nl/\" target=\"_blank\" rel=\"noopener\">\n Deze website is gerealiseerd door Webzuiver\n </a>\n </li>\n </ul>','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 08:53:07','2022-11-04 08:53:07','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=62',0,'revision','',0),(63,1,'2022-11-04 08:54:02','2022-11-04 08:54:02','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl<br />www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>\n <h3>\n @praktijkequine \n </h3>\n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n </li>\n </ul>\n <ul>\n <li>\n Privacy verklaring\n </li>\n <li>\n Algemene voorwaarden\n </li>\n <li>\n <a href=\"https://webzuiver.nl/\" target=\"_blank\" rel=\"noopener\">\n Deze website is gerealiseerd door Webzuiver\n </a>\n </li>\n </ul>','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 08:54:02','2022-11-04 08:54:02','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=63',0,'revision','',0),(64,1,'2022-11-04 08:54:22','2022-11-04 08:54:22','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl<br />www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>\n <h3>\n @praktijkequine \n </h3>\n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n </li>\n </ul>\n <ul>\n <li>\n Privacy verklaring\n </li>\n <li>\n Algemene voorwaarden\n </li>\n <li>\n <a href=\"https://webzuiver.nl/\" target=\"_blank\" rel=\"noopener\">\n Deze website is gerealiseerd door Webzuiver\n </a>\n </li>\n </ul>','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 08:54:22','2022-11-04 08:54:22','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=64',0,'revision','',0),(65,1,'2022-11-04 08:56:07','2022-11-04 08:56:07','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://praktijkequine.dev01.webzuiver.nl/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 08:56:07','2022-11-04 08:56:07','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=65',0,'revision','',0),(66,1,'2022-11-04 08:56:07','2022-11-04 08:56:07','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://praktijkequine.dev01.webzuiver.nl/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 08:56:07','2022-11-04 08:56:07','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=66',0,'revision','',0),(67,1,'2022-11-04 08:56:07','2022-11-04 08:56:07','','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 08:56:07','2022-11-04 08:56:07','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=67',0,'revision','',0),(69,1,'2022-11-04 09:07:22','2022-11-04 09:07:22','','tekening-paard-wit','','inherit','','closed','','tekening-paard-wit','','','2022-11-04 09:07:22','2022-11-04 09:07:22','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png',0,'attachment','image/png',0),(70,1,'2022-11-04 09:22:31','2022-11-04 09:22:31','','jeannette-foto','','inherit','','closed','','jeannette-foto','','','2022-11-04 09:22:31','2022-11-04 09:22:31','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png',0,'attachment','image/png',0),(71,1,'2022-11-04 09:29:10','2022-11-04 09:29:10','','Achtergrond-roze','','inherit','','closed','','achtergrond-roze','','','2022-11-04 09:29:10','2022-11-04 09:29:10','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/Achtergrond-roze.png',0,'attachment','image/png',0),(72,1,'2022-11-04 09:31:06','2022-11-04 09:31:06','','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:31:06','2022-11-04 09:31:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=72',0,'revision','',0),(73,1,'2022-11-04 09:31:06','2022-11-04 09:31:06','','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:31:06','2022-11-04 09:31:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=73',0,'revision','',0),(74,1,'2022-11-04 09:31:06','2022-11-04 09:31:06','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>De beste therapie <BR>\nvoor jouw paard</h2> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen?<br />Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen<br />op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:31:06','2022-11-04 09:31:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=74',0,'revision','',0),(76,1,'2022-11-04 09:31:50','2022-11-04 09:31:50','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 09:31:50','2022-11-04 09:31:50','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=76',0,'revision','',0),(77,1,'2022-11-04 09:33:06','2022-11-04 09:33:06','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 09:33:06','2022-11-04 09:33:06','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=77',0,'revision','',0),(78,1,'2022-11-04 09:33:43','2022-11-04 09:33:43','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 09:33:43','2022-11-04 09:33:43','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=78',0,'revision','',0),(79,1,'2022-11-04 09:36:12','2022-11-04 09:36:12','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>De beste therapie <BR>\nvoor jouw paard</h2> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen?<br />Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen<br />op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:36:12','2022-11-04 09:36:12','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=79',0,'revision','',0),(80,1,'2022-11-04 09:36:12','2022-11-04 09:36:12','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>De beste therapie <BR>\nvoor jouw paard</h2> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen?<br />Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen<br />op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:36:12','2022-11-04 09:36:12','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=80',0,'revision','',0),(81,1,'2022-11-04 09:36:12','2022-11-04 09:36:12','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:36:12','2022-11-04 09:36:12','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=81',0,'revision','',0),(83,1,'2022-11-04 09:37:10','2022-11-04 09:37:10','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 09:37:10','2022-11-04 09:37:10','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=83',0,'revision','',0),(84,1,'2022-11-04 09:37:39','2022-11-04 09:37:39','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:37:39','2022-11-04 09:37:39','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=84',0,'revision','',0),(85,1,'2022-11-04 09:37:39','2022-11-04 09:37:39','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:37:39','2022-11-04 09:37:39','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=85',0,'revision','',0),(86,1,'2022-11-04 09:37:39','2022-11-04 09:37:39','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:37:39','2022-11-04 09:37:39','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=86',0,'revision','',0),(88,1,'2022-11-04 09:40:05','2022-11-04 09:40:05','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 09:40:05','2022-11-04 09:40:05','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=88',0,'revision','',0),(89,1,'2022-11-04 09:41:29','2022-11-04 09:41:29','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:41:29','2022-11-04 09:41:29','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=89',0,'revision','',0),(90,1,'2022-11-04 09:41:29','2022-11-04 09:41:29','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij<br />diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit <br />te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:41:29','2022-11-04 09:41:29','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=90',0,'revision','',0),(91,1,'2022-11-04 09:41:30','2022-11-04 09:41:30','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:41:30','2022-11-04 09:41:30','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=91',0,'revision','',0),(92,1,'2022-11-04 09:41:45','2022-11-04 09:41:45','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 09:41:45','2022-11-04 09:41:45','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=92',0,'revision','',0),(93,1,'2022-11-04 09:43:33','2022-11-04 09:43:33','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 09:43:33','2022-11-04 09:43:33','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=93',0,'revision','',0),(94,1,'2022-11-04 09:43:49','2022-11-04 09:43:49','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 09:43:49','2022-11-04 09:43:49','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=94',0,'revision','',0),(95,1,'2022-11-04 09:45:53','2022-11-04 09:45:53','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl<br />www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>\n <h3>\n @praktijkequine \n </h3>\n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n </li>\n </ul>\n <ul>\n <li>\n Privacy verklaring\n </li>\n <li>\n Algemene voorwaarden\n </li>\n <li>\n <a href=\"https://webzuiver.nl/\" target=\"_blank\" rel=\"noopener\">\n Deze website is gerealiseerd door Webzuiver\n </a>\n </li>\n </ul>','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 09:45:53','2022-11-04 09:45:53','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=95',0,'revision','',0),(96,1,'2022-11-04 09:46:11','2022-11-04 09:46:11','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"380\" height=\"145\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer.png 380w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/praktijk-equine-logo-kleur-footer-300x114.png 300w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <p>Jeanette Stroeve<br /><a href=\"tel:0650498595\"><strong>06 50 49 85 95</strong></a></p><p>info@praktijkequine.nl<br />www.praktijkequine.nl</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n @praktijkequine \n </h3>\n <h3>\n @praktijkequine \n </h3>\n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n </li>\n </ul>\n <ul>\n <li>\n Privacy verklaring\n </li>\n <li>\n Algemene voorwaarden\n </li>\n <li>\n <a href=\"https://webzuiver.nl/\" target=\"_blank\" rel=\"noopener\">\n Deze website is gerealiseerd door Webzuiver\n </a>\n </li>\n </ul>','Elementor Footer #54','','inherit','closed','closed','','54-revision-v1','','','2022-11-04 09:46:11','2022-11-04 09:46:11','',54,'https://praktijkequine.dev01.webzuiver.nl/?p=96',0,'revision','',0),(97,1,'2022-11-04 09:47:04','2022-11-04 09:47:04','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:47:04','2022-11-04 09:47:04','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=97',0,'revision','',0),(98,1,'2022-11-04 09:47:04','2022-11-04 09:47:04','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:47:04','2022-11-04 09:47:04','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=98',0,'revision','',0),(99,1,'2022-11-04 09:47:04','2022-11-04 09:47:04','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:47:04','2022-11-04 09:47:04','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=99',0,'revision','',0),(100,1,'2022-11-04 09:47:13','2022-11-04 09:47:13','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 09:47:13','2022-11-04 09:47:13','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=100',0,'revision','',0),(101,1,'2022-11-04 09:49:07','2022-11-04 09:49:07','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:49:07','2022-11-04 09:49:07','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=101',0,'revision','',0),(102,1,'2022-11-04 09:49:07','2022-11-04 09:49:07','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:49:07','2022-11-04 09:49:07','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=102',0,'revision','',0),(103,1,'2022-11-04 09:49:07','2022-11-04 09:49:07','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:49:07','2022-11-04 09:49:07','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=103',0,'revision','',0),(104,1,'2022-11-04 09:49:22','2022-11-04 09:49:22','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 09:49:22','2022-11-04 09:49:22','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=104',0,'revision','',0),(106,1,'2022-11-04 09:57:17','2022-11-04 09:57:17','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 09:57:17','2022-11-04 09:57:17','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=106',0,'revision','',0),(108,1,'2022-11-04 09:58:03','2022-11-04 09:58:03','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-04 09:58:03','2022-11-04 09:58:03','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=108',0,'revision','',0),(109,1,'2022-11-04 09:59:28','2022-11-04 09:59:28','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:59:28','2022-11-04 09:59:28','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=109',0,'revision','',0),(110,1,'2022-11-04 09:59:28','2022-11-04 09:59:28','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:59:28','2022-11-04 09:59:28','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=110',0,'revision','',0),(111,1,'2022-11-04 09:59:29','2022-11-04 09:59:29','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 09:59:29','2022-11-04 09:59:29','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=111',0,'revision','',0),(112,1,'2022-11-04 10:01:00','2022-11-04 10:01:00','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 10:01:00','2022-11-04 10:01:00','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=112',0,'revision','',0),(113,1,'2022-11-04 10:01:01','2022-11-04 10:01:01','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 10:01:01','2022-11-04 10:01:01','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=113',0,'revision','',0),(114,1,'2022-11-04 10:01:01','2022-11-04 10:01:01','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 10:01:01','2022-11-04 10:01:01','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=114',0,'revision','',0),(116,1,'2022-11-04 10:26:06','2022-11-04 10:26:06','','kleuren-achtergrond-links-2','','inherit','','closed','','kleuren-achtergrond-links-2','','','2022-11-04 10:26:06','2022-11-04 10:26:06','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/kleuren-achtergrond-links-2.png',0,'attachment','image/png',0),(117,1,'2022-11-04 10:27:16','2022-11-04 10:27:16','','kleuren-achtergrond-links-3','','inherit','','closed','','kleuren-achtergrond-links-3','','','2022-11-04 10:27:16','2022-11-04 10:27:16','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/kleuren-achtergrond-links-3.png',0,'attachment','image/png',0),(118,1,'2022-11-04 10:35:12','2022-11-04 10:35:12','','kleuren-achtergrond-links-4','','inherit','','closed','','kleuren-achtergrond-links-4','','','2022-11-04 10:35:12','2022-11-04 10:35:12','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/kleuren-achtergrond-links-4.png',0,'attachment','image/png',0),(119,1,'2022-11-04 10:45:11','2022-11-04 10:45:11','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-04 10:45:11','2022-11-04 10:45:11','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=119',0,'revision','',0),(120,1,'2022-11-04 11:07:12','2022-11-04 11:07:12','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 11:07:12','2022-11-04 11:07:12','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=120',0,'revision','',0),(121,1,'2022-11-04 11:07:12','2022-11-04 11:07:12','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 11:07:12','2022-11-04 11:07:12','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=121',0,'revision','',0),(122,1,'2022-11-04 11:07:12','2022-11-04 11:07:12','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-04 11:07:12','2022-11-04 11:07:12','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=122',0,'revision','',0),(123,1,'2022-11-09 13:06:07','2022-11-09 13:06:07','','Analytics','','publish','closed','closed','','analytics','','','2022-11-09 13:06:07','2022-11-09 13:06:07','',0,'https://praktijkequine.dev01.webzuiver.nl/?post_type=elementor_snippet&p=123',0,'elementor_snippet','',0),(124,1,'2022-11-09 14:34:41','2022-11-09 14:34:41','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:34:41','2022-11-09 14:34:41','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=124',0,'revision','',0),(125,1,'2022-11-09 14:34:41','2022-11-09 14:34:41','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:34:41','2022-11-09 14:34:41','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=125',0,'revision','',0),(126,1,'2022-11-09 14:34:41','2022-11-09 14:34:41','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:34:41','2022-11-09 14:34:41','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=126',0,'revision','',0),(127,1,'2022-11-09 14:35:06','2022-11-09 14:35:06','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:35:06','2022-11-09 14:35:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=127',0,'revision','',0),(128,1,'2022-11-09 14:35:06','2022-11-09 14:35:06','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:35:06','2022-11-09 14:35:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=128',0,'revision','',0),(129,1,'2022-11-09 14:35:06','2022-11-09 14:35:06','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:35:06','2022-11-09 14:35:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=129',0,'revision','',0),(130,1,'2022-11-09 14:35:50','2022-11-09 14:35:50','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:35:50','2022-11-09 14:35:50','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=130',0,'revision','',0),(131,1,'2022-11-09 14:35:50','2022-11-09 14:35:50','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:35:50','2022-11-09 14:35:50','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=131',0,'revision','',0),(132,1,'2022-11-09 14:35:50','2022-11-09 14:35:50','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:35:50','2022-11-09 14:35:50','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=132',0,'revision','',0),(133,1,'2022-11-09 14:36:03','2022-11-09 14:36:03','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:36:03','2022-11-09 14:36:03','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=133',0,'revision','',0),(134,1,'2022-11-09 14:36:03','2022-11-09 14:36:03','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:36:03','2022-11-09 14:36:03','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=134',0,'revision','',0),(135,1,'2022-11-09 14:36:03','2022-11-09 14:36:03','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:36:03','2022-11-09 14:36:03','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=135',0,'revision','',0),(136,1,'2022-11-09 14:36:48','2022-11-09 14:36:48','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-09 14:36:48','2022-11-09 14:36:48','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=136',0,'revision','',0),(137,1,'2022-11-09 14:37:24','2022-11-09 14:37:24','<link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:0650498595\">\n 06 50 49 85 95\n </a>\n </li>\n </ul>','Header','','inherit','closed','closed','','16-revision-v1','','','2022-11-09 14:37:24','2022-11-09 14:37:24','',16,'https://praktijkequine.dev01.webzuiver.nl/?p=137',0,'revision','',0),(138,1,'2022-11-09 14:38:04','2022-11-09 14:38:04','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:04','2022-11-09 14:38:04','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=138',0,'revision','',0),(139,1,'2022-11-09 14:38:04','2022-11-09 14:38:04','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:04','2022-11-09 14:38:04','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=139',0,'revision','',0),(140,1,'2022-11-09 14:38:04','2022-11-09 14:38:04','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:04','2022-11-09 14:38:04','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=140',0,'revision','',0),(141,1,'2022-11-09 14:38:34','2022-11-09 14:38:34','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:34','2022-11-09 14:38:34','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=141',0,'revision','',0),(142,1,'2022-11-09 14:38:34','2022-11-09 14:38:34','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:34','2022-11-09 14:38:34','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=142',0,'revision','',0),(143,1,'2022-11-09 14:38:35','2022-11-09 14:38:35','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:35','2022-11-09 14:38:35','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=143',0,'revision','',0),(144,1,'2022-11-09 14:38:59','2022-11-09 14:38:59','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:59','2022-11-09 14:38:59','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=144',0,'revision','',0),(145,1,'2022-11-09 14:38:59','2022-11-09 14:38:59','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:59','2022-11-09 14:38:59','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=145',0,'revision','',0),(146,1,'2022-11-09 14:38:59','2022-11-09 14:38:59','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:38:59','2022-11-09 14:38:59','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=146',0,'revision','',0),(147,1,'2022-11-09 14:47:51','2022-11-09 14:47:51','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:47:51','2022-11-09 14:47:51','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=147',0,'revision','',0),(148,1,'2022-11-09 14:47:51','2022-11-09 14:47:51','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:47:51','2022-11-09 14:47:51','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=148',0,'revision','',0),(149,1,'2022-11-09 14:47:51','2022-11-09 14:47:51','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-09 14:47:51','2022-11-09 14:47:51','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=149',0,'revision','',0),(150,1,'2022-11-10 12:29:31','2022-11-10 12:29:31','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-10 12:29:31','2022-11-10 12:29:31','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=150',0,'revision','',0),(151,1,'2022-11-10 12:29:31','2022-11-10 12:29:31','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-10 12:29:31','2022-11-10 12:29:31','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=151',0,'revision','',0),(152,1,'2022-11-10 12:29:32','2022-11-10 12:29:32','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-10 12:29:32','2022-11-10 12:29:32','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=152',0,'revision','',0),(153,1,'2022-11-10 12:29:59','2022-11-10 12:29:59','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-10 12:29:59','2022-11-10 12:29:59','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=153',0,'revision','',0),(154,1,'2022-11-10 12:29:59','2022-11-10 12:29:59','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-10 12:29:59','2022-11-10 12:29:59','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=154',0,'revision','',0),(155,1,'2022-11-10 12:29:59','2022-11-10 12:29:59','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-10 12:29:59','2022-11-10 12:29:59','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=155',0,'revision','',0),(156,1,'2022-11-14 07:35:54','0000-00-00 00:00:00','','Automatische concepten','','auto-draft','','','','','','','2022-11-14 07:35:54','0000-00-00 00:00:00','',0,'https://praktijkequine.dev01.webzuiver.nl/?p=156',0,'post','',0),(158,1,'2022-11-14 07:51:22','2022-11-14 07:51:22','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 07:51:22','2022-11-14 07:51:22','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=158',0,'revision','',0),(159,1,'2022-11-14 07:51:22','2022-11-14 07:51:22','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopaat</h3> \n <p>Zoekt naar bewegingsblokkades die klachten veroorzaken. Via zachte handbewegingen probeert een osteopaat het evenwicht in je lichaam terug te herstellen.</p> \n <h3>Hirudotherapie</h3> \n <p>Voor de bloedzuigertherapie gebruikt men de medicinale bloedzuiger. De therapie wordt met succes ingezet voor verschillende aandoeningen.</p> \n <h3>Instructie</h3> \n <p>Om de beste resultaten uit de behandeling van jouw paard te halen geef ik instructies voor een goed herstel en verder verloop.</p> \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Chronische spijsverteringsproblemen\n </li>\n <li>\n Na initieel herstel van blessures en operaties\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Vage of chronische fitheidsklachten\n </li>\n </ul>\n <ul>\n <li>\n Chronische ontstekingen als mok en rotstraal\n </li>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Rijtechnische problemen / scheefheid\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n <p>Wie is het gezicht achter praktijk Equine? Dat ben ik! Jeanette Stroeve, na een aantal jaren dit werk uit te hebben geoefend ben ik mijn eigen praktijk begonnen. Ik heb alle certificaten hiervoor behaald.</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 07:51:22','2022-11-14 07:51:22','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=159',0,'revision','',0),(160,1,'2022-11-14 07:51:22','2022-11-14 07:51:22','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 07:51:22','2022-11-14 07:51:22','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=160',0,'revision','',0),(162,1,'2022-11-14 08:01:53','2022-11-14 08:01:53','','kleuren-achtergrond-links-5','','inherit','','closed','','kleuren-achtergrond-links-5','','','2022-11-14 08:01:53','2022-11-14 08:01:53','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/kleuren-achtergrond-links-5.png',0,'attachment','image/png',0),(163,1,'2022-11-14 08:02:39','2022-11-14 08:02:39','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:02:39','2022-11-14 08:02:39','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=163',0,'revision','',0),(164,1,'2022-11-14 08:02:39','2022-11-14 08:02:39','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:02:39','2022-11-14 08:02:39','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=164',0,'revision','',0),(165,1,'2022-11-14 08:02:39','2022-11-14 08:02:39','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:02:39','2022-11-14 08:02:39','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=165',0,'revision','',0),(166,1,'2022-11-14 08:04:38','2022-11-14 08:04:38','','kleuren-achtergrond-links-mobiel','','inherit','','closed','','kleuren-achtergrond-links-mobiel','','','2022-11-14 08:04:38','2022-11-14 08:04:38','',2,'https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/kleuren-achtergrond-links-mobiel.png',0,'attachment','image/png',0),(167,1,'2022-11-14 08:04:49','2022-11-14 08:04:49','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:04:49','2022-11-14 08:04:49','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=167',0,'revision','',0),(168,1,'2022-11-14 08:04:49','2022-11-14 08:04:49','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:04:49','2022-11-14 08:04:49','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=168',0,'revision','',0),(169,1,'2022-11-14 08:04:49','2022-11-14 08:04:49','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:04:49','2022-11-14 08:04:49','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=169',0,'revision','',0),(170,1,'2022-11-14 08:05:06','2022-11-14 08:05:06','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:05:06','2022-11-14 08:05:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=170',0,'revision','',0),(171,1,'2022-11-14 08:05:06','2022-11-14 08:05:06','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:05:06','2022-11-14 08:05:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=171',0,'revision','',0),(172,1,'2022-11-14 08:05:06','2022-11-14 08:05:06','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:05:06','2022-11-14 08:05:06','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=172',0,'revision','',0),(173,1,'2022-11-14 08:05:16','2022-11-14 08:05:16','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:05:16','2022-11-14 08:05:16','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=173',0,'revision','',0),(174,1,'2022-11-14 08:05:16','2022-11-14 08:05:16','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:05:16','2022-11-14 08:05:16','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=174',0,'revision','',0),(175,1,'2022-11-14 08:05:16','2022-11-14 08:05:16','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:05:16','2022-11-14 08:05:16','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=175',0,'revision','',0),(177,1,'2022-11-14 08:06:22','2022-11-14 08:06:22','','Standaard kit','','inherit','closed','closed','','6-revision-v1','','','2022-11-14 08:06:22','2022-11-14 08:06:22','',6,'https://praktijkequine.dev01.webzuiver.nl/?p=177',0,'revision','',0),(178,1,'2022-11-14 08:06:51','2022-11-14 08:06:51','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:06:51','2022-11-14 08:06:51','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=178',0,'revision','',0),(179,1,'2022-11-14 08:06:51','2022-11-14 08:06:51','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw,<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:06:51','2022-11-14 08:06:51','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=179',0,'revision','',0),(180,1,'2022-11-14 08:06:51','2022-11-14 08:06:51','<style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>De beste therapie <BR>\nvoor jouw paard</h1> \n <p>Heeft jouw paard klachten maar kan de dierenarts je niet verder helpen? Dan ben je bij praktijk Equine aan het juiste adres. Met alternatieve behandelingen op maat kunnen wij diverse klachten verhelpen.</p> \n <h2>Diensten</h2> \n <p>Bij praktijk Equine bieden wij diverse behandelingen aan:</p> \n <h3>Osteopathie</h3> \n <p>een osteopaat onderzoekt of er blokkades voelbaar zijn in het lichaam, hij/zij ziet het lichaam als 1 geheel en streeft naar balans. Hierbij werk ik met het parietale- , viscerale- en cranio-sacrale systeem</p> \n <h3>Hirudotherapie</h3> \n <p>Bloedzuigerthetapie is een traditionele en erkende therapie bij veel aandoeningen van het paard.<br />Er wordt gewerkt met medicinale bloedzuigers, DE NATUURLIJKE MINI-APOTHEEK! Wordt ingezet voor verschillende aandoeningen/klachten.</p> \n <h3>Instructie</h3> \n Door jarenlange ervaring als ruiter kan ik na de behandeling ook meekijken onder het zadel en zo nodig een trainingsschema op maat maken. \n <style>/*! elementor - v3.8.0 - 30-10-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"630\" height=\"910\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit.png 630w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/tekening-paard-wit-208x300.png 208w\" sizes=\"(max-width: 630px) 100vw, 630px\" /> \n <h2>Klachten</h2> \n <p>Hieronder een overzicht van veelvoorkomende klachten bij paarden. <br />Bij deze klachten is het verstandig om zo snel mogelijk contact op te nemen.</p> \n <link rel=\"stylesheet\" href=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Gedragsveranderingen\n </li>\n <li>\n Vage of terugkerende kreupelheden\n </li>\n <li>\n Rijtechnische problemen en/of scheefheid\n </li>\n </ul>\n <ul>\n <li>\n Verminderde algemene weerstand\n </li>\n <li>\n Klachten zoals mok, huidaandoening, hoefproblemen\n </li>\n <li>\n Peesblessures\n </li>\n </ul>\n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <h2>Jeanette Stroeve</h2> \n Wie is het gezicht achter praktijk equine, dat ben ik! Jeanette stroeve. Na mijn jarenlange ervaring als springruiter en opleiding als osteopaat ben ik nu mijn eigen praktijk begonnen. \n <h3>Tarieven</h3> \n <p><strong>Behandeling osteopathie</strong> 75 euro ex. btw<br /><strong>Behandeling hirudotherapie</strong> 75 euro ex. hirudo en ex. btw<br /><strong>Hirudo</strong> 11 euro per stuk max. 8 per behandeling ex. btw<br /><strong>Reiskosten</strong> 0,25 cent/km vanaf 10 km ex. btw</p> \n <a href=\"tel:0650498595\" role=\"button\">\n Neem telefonisch contact op\n </a>\n <img width=\"670\" height=\"688\" src=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png\" alt=\"\" loading=\"lazy\" srcset=\"https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto.png 670w, https://praktijkequine.dev01.webzuiver.nl/wp-content/uploads/jeannette-foto-292x300.png 292w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <h2>Maak een afspraak</h2> \n <a href=\"tel:0650498595\" role=\"button\">\n 06 50 49 85 95\n </a>\n <a href=\"mailto:info@praktijkequine.nl\" role=\"button\">\n info@praktijkequine.nl\n </a>','Home','','inherit','closed','closed','','2-revision-v1','','','2022-11-14 08:06:51','2022-11-14 08:06:51','',2,'https://praktijkequine.dev01.webzuiver.nl/?p=180',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (16,2,0),(23,3,0),(36,4,0),(46,5,0),(47,5,0),(48,5,0),(49,5,0),(50,5,0),(51,5,0),(54,6,0),(105,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'elementor_library_type','',0,1),(3,3,'elementor_font_type','',0,1),(4,4,'wp_theme','',0,1),(5,5,'nav_menu','',0,6),(6,6,'elementor_library_type','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'header','header',0),(3,'custom','custom',0),(4,'hello-elementor','hello-elementor',0),(5,'Hoofdmenu','hoofdmenu',0),(6,'footer','footer',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(17,1,'wp_user-settings','deleted=undefined&libraryContent=browse&editor=tinymce'),(18,1,'wp_user-settings-time','1667552067'),(19,1,'wp_dashboard_quick_press_last_post_id','156'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"77.168.101.0\";}'),(21,1,'wp_elementor_connect_common_data','a:7:{s:9:\"client_id\";s:32:\"rUt3fx9OHdUw9m4GWb5bIbuPb8Q3VARJ\";s:11:\"auth_secret\";s:32:\"0HwhNVtaOq1aPkyVOsMYBm75aSILoMBz\";s:12:\"access_token\";s:32:\"WFuYLJfY232RoHJEL5BySxNQfamzSq10\";s:19:\"access_token_secret\";s:32:\"VRFNpbdKtw1xxUNyUWjdLVtUqHlXpMaK\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:17:\"info@webzuiver.nl\";}s:19:\"data_share_opted_in\";b:1;}'),(23,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2022-11-04T08:29:55.349Z\";}'),(24,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\";}'),(25,1,'metaboxhidden_nav-menus','a:2:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'Webzuiver','$P$BnIbKnDf2PfuiuS0tIHrWVFZpedzS3/','admin','support@webzuiver.nl','https://praktijkequine.dev01.webzuiver.nl','2022-10-05 13:55:50','',0,'Webzuiver');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'equine_wp1'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2022-11-14 10:02:21